#BE7F5A

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

Shades of Burning Sand #BE7F5A

Tints of Burning Sand #BE7F5A

Color information

#BE7F5A (or 0xBE7F5A) is unknown color: approx Burning Sand. HEX triplet: BE, 7F and 5A. RGB value is (190,127,90). Sum of RGB (Red+Green+Blue) = 190+127+90=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7F5A is #4180A5. Grayscale: #8D8D8D. Windows color (decimal): -4292774 or 5930942. OLE color: 5930942.

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

Color convert

RGB19012790-
CMYK00.330.530.25
HSL22.2º43.48%54.9%-
HSV(B)22.2º52.63%74.51%-
XYZ30.6726.8613.24-
YUV141.6298.87162.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.68%
GREEN value IS 127 (50% from 255) = 31.20%
BLUE value IS 90 (35.55% from 255) = 22.11%
R=46.68%
G=31.20%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901279000.330.530.2522.243.4854.9
HexBE7F5A0213519162b37
Octal2761771320416531265367
Binary101111101111111101101001000011101011100110110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7F5A; }

 p { color: rgb(190,127,90); }

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

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

 a { background-color: rgb(190,127,90); }

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

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

 span { border-color: rgb(190,127,90); }

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