#BB6E4C

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

Shades of Red Damask #BB6E4C

Tints of Red Damask #BB6E4C

Color information

#BB6E4C (or 0xBB6E4C) is unknown color: approx Red Damask. HEX triplet: BB, 6E and 4C. RGB value is (187,110,76). Sum of RGB (Red+Green+Blue) = 187+110+76=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 76 (30.08% from 255 or 20.38% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6E4C is #4491B3. Grayscale: #818181. Windows color (decimal): -4493748 or 5009083. OLE color: 5009083.

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

Color convert

RGB18711076-
CMYK00.410.590.27
HSL18.38º44.94%51.57%-
HSV(B)18.38º59.36%73.33%-
XYZ27.3722.249.69-
YUV129.1598.01169.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.13%
GREEN value IS 110 (43.36% from 255) = 29.49%
BLUE value IS 76 (30.08% from 255) = 20.38%
R=50.13%
G=29.49%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871107600.410.590.2718.3844.9451.57
HexBB6E4C0293B1B122d34
Octal2731561140517333225564
Binary101110111101110100110001010011110111101110010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6E4C; }

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

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

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

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

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

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

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

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