#BE8362

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

Shades of Burning Sand #BE8362

Tints of Burning Sand #BE8362

Color information

#BE8362 (or 0xBE8362) is unknown color: approx Burning Sand. HEX triplet: BE, 83 and 62. RGB value is (190,131,98). Sum of RGB (Red+Green+Blue) = 190+131+98=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 98 (38.67% from 255 or 23.39% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8362 is #417C9D. Grayscale: #919191. Windows color (decimal): -4291742 or 6456254. OLE color: 6456254.

HSL color Cylindrical-coordinate representation of color #BE8362: hue angle of 21.52º 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 #BE8362 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB19013198-
CMYK00.310.480.25
HSL21.52º41.44%56.47%-
HSV(B)21.52º48.42%74.51%-
XYZ31.5628.0615.31-
YUV144.88101.55160.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.35%
GREEN value IS 131 (51.56% from 255) = 31.26%
BLUE value IS 98 (38.67% from 255) = 23.39%
R=45.35%
G=31.26%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901319800.310.480.2521.5241.4456.47
HexBE836201F3019162938
Octal2762031420376031265170
Binary101111101000001111000100111111100001100110110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8362; }

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

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

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

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

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

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

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

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