#BE7D5B

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

Shades of Burning Sand #BE7D5B

Tints of Burning Sand #BE7D5B

Color information

#BE7D5B (or 0xBE7D5B) is unknown color: approx Burning Sand. HEX triplet: BE, 7D and 5B. RGB value is (190,125,91). Sum of RGB (Red+Green+Blue) = 190+125+91=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7D5B is #4182A4. Grayscale: #8C8C8C. Windows color (decimal): -4293285 or 5995966. OLE color: 5995966.

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

Color convert

RGB19012591-
CMYK00.340.520.25
HSL20.61º43.23%55.1%-
HSV(B)20.61º52.11%74.51%-
XYZ30.4626.3713.38-
YUV140.56100.03163.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.80%
GREEN value IS 125 (49.22% from 255) = 30.79%
BLUE value IS 91 (35.94% from 255) = 22.41%
R=46.80%
G=30.79%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901259100.340.520.2520.6143.2355.1
HexBE7D5B0223419152b37
Octal2761751330426431255367
Binary101111101111101101101101000101101001100110101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7D5B; }

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

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

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

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

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

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

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

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