#BE8464

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

Shades of Burning Sand #BE8464

Tints of Burning Sand #BE8464

Color information

#BE8464 (or 0xBE8464) is unknown color: approx Burning Sand. HEX triplet: BE, 84 and 64. RGB value is (190,132,100). Sum of RGB (Red+Green+Blue) = 190+132+100=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8464 is #417B9B. Grayscale: #919191. Windows color (decimal): -4291484 or 6587582. OLE color: 6587582.

HSL color Cylindrical-coordinate representation of color #BE8464: hue angle of 21.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE8464 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB190132100-
CMYK00.310.470.25
HSL21.33º40.91%56.86%-
HSV(B)21.33º47.37%74.51%-
XYZ31.7928.3715.86-
YUV145.69102.22159.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.02%
GREEN value IS 132 (51.95% from 255) = 31.28%
BLUE value IS 100 (39.45% from 255) = 23.70%
R=45.02%
G=31.28%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013210000.310.470.2521.3340.9156.86
HexBE846401F2F19152939
Octal2762041440375731255171
Binary101111101000010011001000111111011111100110101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8464; }

 p { color: rgb(190,132,100); }

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

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

 a { background-color: rgb(190,132,100); }

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

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

 span { border-color: rgb(190,132,100); }

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