#BC8565

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

Shades of Burning Sand #BC8565

Tints of Burning Sand #BC8565

Color information

#BC8565 (or 0xBC8565) is unknown color: approx Burning Sand. HEX triplet: BC, 85 and 65. RGB value is (188,133,101). Sum of RGB (Red+Green+Blue) = 188+133+101=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 101 (39.84% from 255 or 23.93% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8565 is #437A9A. Grayscale: #919191. Windows color (decimal): -4422299 or 6653372. OLE color: 6653372.

HSL color Cylindrical-coordinate representation of color #BC8565: hue angle of 22.07º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC8565 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB188133101-
CMYK00.290.460.26
HSL22.07º39.37%56.67%-
HSV(B)22.07º46.28%73.73%-
XYZ31.4828.4116.14-
YUV145.8102.72158.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.55%
GREEN value IS 133 (52.34% from 255) = 31.52%
BLUE value IS 101 (39.84% from 255) = 23.93%
R=44.55%
G=31.52%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813310100.290.460.2622.0739.3756.67
HexBC856501D2E1A162739
Octal2742051450355632264771
Binary101111001000010111001010111011011101101010110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8565; }

 p { color: rgb(188,133,101); }

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

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

 a { background-color: rgb(188,133,101); }

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

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

 span { border-color: rgb(188,133,101); }

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