#BC805C

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

Shades of Burning Sand #BC805C

Tints of Burning Sand #BC805C

Color information

#BC805C (or 0xBC805C) is unknown color: approx Burning Sand. HEX triplet: BC, 80 and 5C. RGB value is (188,128,92). Sum of RGB (Red+Green+Blue) = 188+128+92=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC805C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC805C is #437FA3. Grayscale: #8E8E8E. Windows color (decimal): -4423588 or 6062268. OLE color: 6062268.

HSL color Cylindrical-coordinate representation of color #BC805C: hue angle of 22.5º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC805C is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB18812892-
CMYK00.320.510.26
HSL22.5º41.74%54.9%-
HSV(B)22.5º51.06%73.73%-
XYZ30.3926.913.72-
YUV141.8499.88160.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.08%
GREEN value IS 128 (50.39% from 255) = 31.37%
BLUE value IS 92 (36.33% from 255) = 22.55%
R=46.08%
G=31.37%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881289200.320.510.2622.541.7454.9
HexBC805C020331A172a37
Octal2742001340406332275267
Binary1011110010000000101110001000001100111101010111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC805C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC805C; }

 p { color: rgb(188,128,92); }

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

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

 a { background-color: rgb(188,128,92); }

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

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

 span { border-color: rgb(188,128,92); }

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