#BB6F4E

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

Shades of Red Damask #BB6F4E

Tints of Red Damask #BB6F4E

Color information

#BB6F4E (or 0xBB6F4E) is unknown color: approx Red Damask. HEX triplet: BB, 6F and 4E. RGB value is (187,111,78). Sum of RGB (Red+Green+Blue) = 187+111+78=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 78 (30.86% from 255 or 20.74% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6F4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6F4E is #4490B1. Grayscale: #828282. Windows color (decimal): -4493490 or 5140411. OLE color: 5140411.

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

Color convert

RGB18711178-
CMYK00.410.580.27
HSL18.17º44.49%51.96%-
HSV(B)18.17º58.29%73.33%-
XYZ27.5522.4810.1-
YUV129.9698.68168.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.73%
GREEN value IS 111 (43.75% from 255) = 29.52%
BLUE value IS 78 (30.86% from 255) = 20.74%
R=49.73%
G=29.52%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871117800.410.580.2718.1744.4951.96
HexBB6F4E0293A1B122c34
Octal2731571160517233225464
Binary101110111101111100111001010011110101101110010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6F4E; }

 p { color: rgb(187,111,78); }

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

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

 a { background-color: rgb(187,111,78); }

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

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

 span { border-color: rgb(187,111,78); }

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