#BE815F

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

Shades of Burning Sand #BE815F

Tints of Burning Sand #BE815F

Color information

#BE815F (or 0xBE815F) is unknown color: approx Burning Sand. HEX triplet: BE, 81 and 5F. RGB value is (190,129,95). Sum of RGB (Red+Green+Blue) = 190+129+95=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 95 (37.5% from 255 or 22.95% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE815F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE815F is #417EA0. Grayscale: #8F8F8F. Windows color (decimal): -4292257 or 6259134. OLE color: 6259134.

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

Color convert

RGB19012995-
CMYK00.320.50.25
HSL21.47º42.22%55.88%-
HSV(B)21.47º50%74.51%-
XYZ31.1527.4714.49-
YUV143.36100.71161.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.89%
GREEN value IS 129 (50.78% from 255) = 31.16%
BLUE value IS 95 (37.5% from 255) = 22.95%
R=45.89%
G=31.16%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.5
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901299500.320.50.2521.4742.2255.88
HexBE815F0203219152a38
Octal2762011370406231255270
Binary1011111010000001101111101000001100101100110101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE815F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE815F; }

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

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

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

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

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

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

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

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