#BC805F

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

Shades of Burning Sand #BC805F

Tints of Burning Sand #BC805F

Color information

#BC805F (or 0xBC805F) is unknown color: approx Burning Sand. HEX triplet: BC, 80 and 5F. RGB value is (188,128,95). Sum of RGB (Red+Green+Blue) = 188+128+95=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 95 (37.5% from 255 or 23.11% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC805F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC805F is #437FA0. Grayscale: #8E8E8E. Windows color (decimal): -4423585 or 6258876. OLE color: 6258876.

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

Color convert

RGB18812895-
CMYK00.320.490.26
HSL21.29º40.97%55.49%-
HSV(B)21.29º49.47%73.73%-
XYZ30.5226.9614.42-
YUV142.18101.38160.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.74%
GREEN value IS 128 (50.39% from 255) = 31.14%
BLUE value IS 95 (37.5% from 255) = 23.11%
R=45.74%
G=31.14%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881289500.320.490.2621.2940.9755.49
HexBC805F020311A152937
Octal2742001370406132255167
Binary1011110010000000101111101000001100011101010101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC805F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC805F; }

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

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

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

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

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

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

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

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