#BC8866

Color #BC8866 Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #BC8866

Tints of Burning Sand #BC8866

Color information

#BC8866 (or 0xBC8866) is unknown color: approx Burning Sand. HEX triplet: BC, 88 and 66. RGB value is (188,136,102). Sum of RGB (Red+Green+Blue) = 188+136+102=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 136 (53.52% from 255 or 31.92% from 426); Blue value is 102 (40.23% from 255 or 23.94% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8866 is #437799. Grayscale: #939393. Windows color (decimal): -4421530 or 6719676. OLE color: 6719676.

HSL color Cylindrical-coordinate representation of color #BC8866: hue angle of 23.72º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC8866 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB188136102-
CMYK00.280.460.26
HSL23.72º39.09%56.86%-
HSV(B)23.72º45.74%73.73%-
XYZ31.9429.2616.53-
YUV147.67102.23156.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.13%
GREEN value IS 136 (53.52% from 255) = 31.92%
BLUE value IS 102 (40.23% from 255) = 23.94%
R=44.13%
G=31.92%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813610200.280.460.2623.7239.0956.86
HexBC886601C2E1A182739
Octal2742101460345632304771
Binary101111001000100011001100111001011101101011000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8866; }

 p { color: rgb(188,136,102); }

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

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

 a { background-color: rgb(188,136,102); }

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

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

 span { border-color: rgb(188,136,102); }

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