#BC815F

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

Shades of Burning Sand #BC815F

Tints of Burning Sand #BC815F

Color information

#BC815F (or 0xBC815F) is unknown color: approx Burning Sand. HEX triplet: BC, 81 and 5F. RGB value is (188,129,95). Sum of RGB (Red+Green+Blue) = 188+129+95=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 95 (37.5% from 255 or 23.06% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC815F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC815F is #437EA0. Grayscale: #8E8E8E. Windows color (decimal): -4423329 or 6259132. OLE color: 6259132.

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

Color convert

RGB18812995-
CMYK00.310.490.26
HSL21.94º40.97%55.49%-
HSV(B)21.94º49.47%73.73%-
XYZ30.6527.2214.46-
YUV142.77101.05160.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.63%
GREEN value IS 129 (50.78% from 255) = 31.31%
BLUE value IS 95 (37.5% from 255) = 23.06%
R=45.63%
G=31.31%
B=23.06%

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
Decimal1881299500.310.490.2621.9440.9755.49
HexBC815F01F311A162937
Octal2742011370376132265167
Binary101111001000000110111110111111100011101010110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC815F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC815F; }

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

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

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

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

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

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

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

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