#BC8765

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

Shades of Burning Sand #BC8765

Tints of Burning Sand #BC8765

Color information

#BC8765 (or 0xBC8765) is unknown color: approx Burning Sand. HEX triplet: BC, 87 and 65. RGB value is (188,135,101). Sum of RGB (Red+Green+Blue) = 188+135+101=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 135 (53.12% from 255 or 31.84% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8765 is #43789A. Grayscale: #939393. Windows color (decimal): -4421787 or 6653884. OLE color: 6653884.

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

Color convert

RGB188135101-
CMYK00.280.460.26
HSL23.45º39.37%56.67%-
HSV(B)23.45º46.28%73.73%-
XYZ31.7528.9616.23-
YUV146.97102.06157.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.34%
GREEN value IS 135 (53.12% from 255) = 31.84%
BLUE value IS 101 (39.84% from 255) = 23.82%
R=44.34%
G=31.84%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813510100.280.460.2623.4539.3756.67
HexBC876501C2E1A172739
Octal2742071450345632274771
Binary101111001000011111001010111001011101101010111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8765; }

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

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

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

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

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

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

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

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