#BC815C

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

Shades of Burning Sand #BC815C

Tints of Burning Sand #BC815C

Color information

#BC815C (or 0xBC815C) is unknown color: approx Burning Sand. HEX triplet: BC, 81 and 5C. RGB value is (188,129,92). Sum of RGB (Red+Green+Blue) = 188+129+92=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC815C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC815C is #437EA3. Grayscale: #8E8E8E. Windows color (decimal): -4423332 or 6062524. OLE color: 6062524.

HSL color Cylindrical-coordinate representation of color #BC815C: hue angle of 23.13º 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 #BC815C is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB18812992-
CMYK00.310.510.26
HSL23.13º41.74%54.9%-
HSV(B)23.13º51.06%73.73%-
XYZ30.5227.1613.76-
YUV142.4299.55160.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.97%
GREEN value IS 129 (50.78% from 255) = 31.54%
BLUE value IS 92 (36.33% from 255) = 22.49%
R=45.97%
G=31.54%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881299200.310.510.2623.1341.7454.9
HexBC815C01F331A172a37
Octal2742011340376332275267
Binary101111001000000110111000111111100111101010111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC815C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC815C; }

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

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

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

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

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

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

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

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