#BC8360

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

Shades of Burning Sand #BC8360

Tints of Burning Sand #BC8360

Color information

#BC8360 (or 0xBC8360) is unknown color: approx Burning Sand. HEX triplet: BC, 83 and 60. RGB value is (188,131,96). Sum of RGB (Red+Green+Blue) = 188+131+96=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 96 (37.89% from 255 or 23.13% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8360 is #437C9F. Grayscale: #909090. Windows color (decimal): -4422816 or 6325180. OLE color: 6325180.

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

Color convert

RGB18813196-
CMYK00.300.490.26
HSL22.83º40.71%55.69%-
HSV(B)22.83º48.94%73.73%-
XYZ30.9727.7714.79-
YUV144.05100.88159.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.30%
GREEN value IS 131 (51.56% from 255) = 31.57%
BLUE value IS 96 (37.89% from 255) = 23.13%
R=45.30%
G=31.57%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881319600.300.490.2622.8340.7155.69
HexBC836001E311A172938
Octal2742031400366132275170
Binary101111001000001111000000111101100011101010111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8360; }

 p { color: rgb(188,131,96); }

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

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

 a { background-color: rgb(188,131,96); }

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

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

 span { border-color: rgb(188,131,96); }

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