#BC8065

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

Shades of Burning Sand #BC8065

Tints of Burning Sand #BC8065

Color information

#BC8065 (or 0xBC8065) is unknown color: approx Burning Sand. HEX triplet: BC, 80 and 65. RGB value is (188,128,101). Sum of RGB (Red+Green+Blue) = 188+128+101=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8065 is #437F9A. Grayscale: #8F8F8F. Windows color (decimal): -4423579 or 6652092. OLE color: 6652092.

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

Color convert

RGB188128101-
CMYK00.320.460.26
HSL18.62º39.37%56.67%-
HSV(B)18.62º46.28%73.73%-
XYZ30.8127.0715.91-
YUV142.86104.38160.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.08%
GREEN value IS 128 (50.39% from 255) = 30.70%
BLUE value IS 101 (39.84% from 255) = 24.22%
R=45.08%
G=30.70%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812810100.320.460.2618.6239.3756.67
HexBC80650202E1A132739
Octal2742001450405632234771
Binary1011110010000000110010101000001011101101010011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8065; }

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

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

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

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

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

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

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

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