#BC8160

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

Shades of Burning Sand #BC8160

Tints of Burning Sand #BC8160

Color information

#BC8160 (or 0xBC8160) is unknown color: approx Burning Sand. HEX triplet: BC, 81 and 60. RGB value is (188,129,96). Sum of RGB (Red+Green+Blue) = 188+129+96=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 96 (37.89% from 255 or 23.24% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8160 is #437E9F. Grayscale: #8F8F8F. Windows color (decimal): -4423328 or 6324668. OLE color: 6324668.

HSL color Cylindrical-coordinate representation of color #BC8160: hue angle of 21.52º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC8160 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB18812996-
CMYK00.310.490.26
HSL21.52º40.71%55.69%-
HSV(B)21.52º48.94%73.73%-
XYZ30.727.2414.71-
YUV142.88101.55160.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.52%
GREEN value IS 129 (50.78% from 255) = 31.23%
BLUE value IS 96 (37.89% from 255) = 23.24%
R=45.52%
G=31.23%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881299600.310.490.2621.5240.7155.69
HexBC816001F311A162938
Octal2742011400376132265170
Binary101111001000000111000000111111100011101010110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8160; }

 p { color: rgb(188,129,96); }

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

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

 a { background-color: rgb(188,129,96); }

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

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

 span { border-color: rgb(188,129,96); }

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