#BC8064

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

Shades of Burning Sand #BC8064

Tints of Burning Sand #BC8064

Color information

#BC8064 (or 0xBC8064) is unknown color: approx Burning Sand. HEX triplet: BC, 80 and 64. RGB value is (188,128,100). Sum of RGB (Red+Green+Blue) = 188+128+100=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 100 (39.45% from 255 or 24.04% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8064 is #437F9B. Grayscale: #8E8E8E. Windows color (decimal): -4423580 or 6586556. OLE color: 6586556.

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

Color convert

RGB188128100-
CMYK00.320.470.26
HSL19.09º39.64%56.47%-
HSV(B)19.09º46.81%73.73%-
XYZ30.7627.0515.66-
YUV142.75103.88160.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.19%
GREEN value IS 128 (50.39% from 255) = 30.77%
BLUE value IS 100 (39.45% from 255) = 24.04%
R=45.19%
G=30.77%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812810000.320.470.2619.0939.6456.47
HexBC80640202F1A132838
Octal2742001440405732235070
Binary1011110010000000110010001000001011111101010011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8064; }

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

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

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

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

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

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

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

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