#BE815B

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

Shades of Burning Sand #BE815B

Tints of Burning Sand #BE815B

Color information

#BE815B (or 0xBE815B) is unknown color: approx Burning Sand. HEX triplet: BE, 81 and 5B. RGB value is (190,129,91). Sum of RGB (Red+Green+Blue) = 190+129+91=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 91 (35.94% from 255 or 22.20% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE815B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE815B is #417EA4. Grayscale: #8F8F8F. Windows color (decimal): -4292261 or 5996990. OLE color: 5996990.

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

Color convert

RGB19012991-
CMYK00.320.520.25
HSL23.03º43.23%55.1%-
HSV(B)23.03º52.11%74.51%-
XYZ30.9727.413.55-
YUV142.9198.71161.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.34%
GREEN value IS 129 (50.78% from 255) = 31.46%
BLUE value IS 91 (35.94% from 255) = 22.20%
R=46.34%
G=31.46%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901299100.320.520.2523.0343.2355.1
HexBE815B0203419172b37
Octal2762011330406431275367
Binary1011111010000001101101101000001101001100110111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE815B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE815B; }

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

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

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

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

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

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

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

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