#BE805E

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

Shades of Burning Sand #BE805E

Tints of Burning Sand #BE805E

Color information

#BE805E (or 0xBE805E) is unknown color: approx Burning Sand. HEX triplet: BE, 80 and 5E. RGB value is (190,128,94). Sum of RGB (Red+Green+Blue) = 190+128+94=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 94 (37.11% from 255 or 22.82% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BE805E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE805E is #417FA1. Grayscale: #8E8E8E. Windows color (decimal): -4292514 or 6193342. OLE color: 6193342.

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

Color convert

RGB19012894-
CMYK00.330.510.25
HSL21.25º42.48%55.69%-
HSV(B)21.25º50.53%74.51%-
XYZ30.9727.1914.21-
YUV142.66100.54161.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.12%
GREEN value IS 128 (50.39% from 255) = 31.07%
BLUE value IS 94 (37.11% from 255) = 22.82%
R=46.12%
G=31.07%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901289400.330.510.2521.2542.4855.69
HexBE805E0213319152a38
Octal2762001360416331255270
Binary1011111010000000101111001000011100111100110101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE805E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE805E; }

 p { color: rgb(190,128,94); }

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

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

 a { background-color: rgb(190,128,94); }

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

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

 span { border-color: rgb(190,128,94); }

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