#BE8162

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

Shades of Burning Sand #BE8162

Tints of Burning Sand #BE8162

Color information

#BE8162 (or 0xBE8162) is unknown color: approx Burning Sand. HEX triplet: BE, 81 and 62. RGB value is (190,129,98). Sum of RGB (Red+Green+Blue) = 190+129+98=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 98 (38.67% from 255 or 23.50% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8162 is #417E9D. Grayscale: #8F8F8F. Windows color (decimal): -4292254 or 6455742. OLE color: 6455742.

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

Color convert

RGB19012998-
CMYK00.320.480.25
HSL20.22º41.44%56.47%-
HSV(B)20.22º48.42%74.51%-
XYZ31.2927.5315.22-
YUV143.7102.21161.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.56%
GREEN value IS 129 (50.78% from 255) = 30.94%
BLUE value IS 98 (38.67% from 255) = 23.50%
R=45.56%
G=30.94%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901299800.320.480.2520.2241.4456.47
HexBE81620203019142938
Octal2762011420406031245170
Binary1011111010000001110001001000001100001100110100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8162; }

 p { color: rgb(190,129,98); }

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

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

 a { background-color: rgb(190,129,98); }

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

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

 span { border-color: rgb(190,129,98); }

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