#BB6E49

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

Shades of Red Damask #BB6E49

Tints of Red Damask #BB6E49

Color information

#BB6E49 (or 0xBB6E49) is unknown color: approx Red Damask. HEX triplet: BB, 6E and 49. RGB value is (187,110,73). Sum of RGB (Red+Green+Blue) = 187+110+73=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6E49 is #4491B6. Grayscale: #818181. Windows color (decimal): -4493751 or 4812475. OLE color: 4812475.

HSL color Cylindrical-coordinate representation of color #BB6E49: hue angle of 19.47º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB6E49 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB18711073-
CMYK00.410.610.27
HSL19.47º45.6%50.98%-
HSV(B)19.47º60.96%73.33%-
XYZ27.2722.29.15-
YUV128.896.51169.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.54%
GREEN value IS 110 (43.36% from 255) = 29.73%
BLUE value IS 73 (28.91% from 255) = 19.73%
R=50.54%
G=29.73%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871107300.410.610.2719.4745.650.98
HexBB6E490293D1B132e33
Octal2731561110517533235663
Binary101110111101110100100101010011111011101110011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6E49; }

 p { color: rgb(187,110,73); }

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

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

 a { background-color: rgb(187,110,73); }

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

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

 span { border-color: rgb(187,110,73); }

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