#BE805B

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

Shades of Burning Sand #BE805B

Tints of Burning Sand #BE805B

Color information

#BE805B (or 0xBE805B) is unknown color: approx Burning Sand. HEX triplet: BE, 80 and 5B. RGB value is (190,128,91). Sum of RGB (Red+Green+Blue) = 190+128+91=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 91 (35.94% from 255 or 22.25% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BE805B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE805B is #417FA4. Grayscale: #8E8E8E. Windows color (decimal): -4292517 or 5996734. OLE color: 5996734.

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

Color convert

RGB19012891-
CMYK00.330.520.25
HSL22.42º43.23%55.1%-
HSV(B)22.42º52.11%74.51%-
XYZ30.8427.1413.51-
YUV142.3299.04162.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.45%
GREEN value IS 128 (50.39% from 255) = 31.30%
BLUE value IS 91 (35.94% from 255) = 22.25%
R=46.45%
G=31.30%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901289100.330.520.2522.4243.2355.1
HexBE805B0213419162b37
Octal2762001330416431265367
Binary1011111010000000101101101000011101001100110110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE805B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE805B; }

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

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

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

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

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

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

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

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