#BE8562

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

Shades of Burning Sand #BE8562

Tints of Burning Sand #BE8562

Color information

#BE8562 (or 0xBE8562) is unknown color: approx Burning Sand. HEX triplet: BE, 85 and 62. RGB value is (190,133,98). Sum of RGB (Red+Green+Blue) = 190+133+98=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 98 (38.67% from 255 or 23.28% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8562 is #417A9D. Grayscale: #929292. Windows color (decimal): -4291230 or 6456766. OLE color: 6456766.

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

Color convert

RGB19013398-
CMYK00.30.480.25
HSL22.83º41.44%56.47%-
HSV(B)22.83º48.42%74.51%-
XYZ31.8328.615.4-
YUV146.05100.88159.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.13%
GREEN value IS 133 (52.34% from 255) = 31.59%
BLUE value IS 98 (38.67% from 255) = 23.28%
R=45.13%
G=31.59%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901339800.30.480.2522.8341.4456.47
HexBE856201E3019172938
Octal2762051420366031275170
Binary101111101000010111000100111101100001100110111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8562; }

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

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

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

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

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

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

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

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