#BE8560

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

Shades of Burning Sand #BE8560

Tints of Burning Sand #BE8560

Color information

#BE8560 (or 0xBE8560) is unknown color: approx Burning Sand. HEX triplet: BE, 85 and 60. RGB value is (190,133,96). Sum of RGB (Red+Green+Blue) = 190+133+96=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8560 is #417A9F. Grayscale: #929292. Windows color (decimal): -4291232 or 6325694. OLE color: 6325694.

HSL color Cylindrical-coordinate representation of color #BE8560: hue angle of 23.62º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE8560 is Cyan = 0, Magento = 0.3, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB19013396-
CMYK00.30.490.25
HSL23.62º41.96%56.08%-
HSV(B)23.62º49.47%74.51%-
XYZ31.7328.5714.91-
YUV145.8299.88159.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.35%
GREEN value IS 133 (52.34% from 255) = 31.74%
BLUE value IS 96 (37.89% from 255) = 22.91%
R=45.35%
G=31.74%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901339600.30.490.2523.6241.9656.08
HexBE856001E3119182a38
Octal2762051400366131305270
Binary101111101000010111000000111101100011100111000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8560; }

 p { color: rgb(190,133,96); }

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

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

 a { background-color: rgb(190,133,96); }

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

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

 span { border-color: rgb(190,133,96); }

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