#BE815D

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

Shades of Burning Sand #BE815D

Tints of Burning Sand #BE815D

Color information

#BE815D (or 0xBE815D) is unknown color: approx Burning Sand. HEX triplet: BE, 81 and 5D. RGB value is (190,129,93). Sum of RGB (Red+Green+Blue) = 190+129+93=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BE815D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE815D is #417EA2. Grayscale: #8F8F8F. Windows color (decimal): -4292259 or 6128062. OLE color: 6128062.

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

Color convert

RGB19012993-
CMYK00.320.510.25
HSL22.27º42.73%55.49%-
HSV(B)22.27º51.05%74.51%-
XYZ31.0627.4414.01-
YUV143.1499.71161.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.12%
GREEN value IS 129 (50.78% from 255) = 31.31%
BLUE value IS 93 (36.72% from 255) = 22.57%
R=46.12%
G=31.31%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901299300.320.510.2522.2742.7355.49
HexBE815D0203319162b37
Octal2762011350406331265367
Binary1011111010000001101110101000001100111100110110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE815D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE815D; }

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

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

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

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

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

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

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

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