#BB7351

Color #BB7351 Red Damask (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Damask #BB7351

Tints of Red Damask #BB7351

Color information

#BB7351 (or 0xBB7351) is unknown color: approx Red Damask. HEX triplet: BB, 73 and 51. RGB value is (187,115,81). Sum of RGB (Red+Green+Blue) = 187+115+81=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 81 (32.03% from 255 or 21.15% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7351 is #448CAE. Grayscale: #848484. Windows color (decimal): -4492463 or 5338043. OLE color: 5338043.

HSL color Cylindrical-coordinate representation of color #BB7351: hue angle of 19.25º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB7351 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB18711581-
CMYK00.390.570.27
HSL19.25º43.8%52.55%-
HSV(B)19.25º56.68%73.33%-
XYZ28.1123.4210.82-
YUV132.6598.85166.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 48.83%
GREEN value IS 115 (45.31% from 255) = 30.03%
BLUE value IS 81 (32.03% from 255) = 21.15%
R=48.83%
G=30.03%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871158100.390.570.2719.2543.852.55
HexBB7351027391B132c35
Octal2731631210477133235465
Binary101110111110011101000101001111110011101110011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7351; }

 p { color: rgb(187,115,81); }

 H1.HeaderClassName
 {
   color: #BB7351;
 }
 .AnyTagClassName
 {
   color: #BB7351;
 }
</style>
background-color css

<style>
 a { background-color: #BB7351; }

 a { background-color: rgb(187,115,81); }

 div.DivClassName
 {
   background-color: #BB7351;
 }
 .BgClassName
 {
   background-color: #BB7351;
 }
</style>
border-color css

<style>
 span { border-color: #BB7351; }

 span { border-color: rgb(187,115,81); }

 td.TdClassName
 {
   border-color: #BB7351;
 }
 .TagClassName
 {
   border-color: #BB7351;
 }
</style>