#BE7E5C

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

Shades of Burning Sand #BE7E5C

Tints of Burning Sand #BE7E5C

Color information

#BE7E5C (or 0xBE7E5C) is unknown color: approx Burning Sand. HEX triplet: BE, 7E and 5C. RGB value is (190,126,92). Sum of RGB (Red+Green+Blue) = 190+126+92=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7E5C is #4181A3. Grayscale: #8D8D8D. Windows color (decimal): -4293028 or 6061758. OLE color: 6061758.

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

Color convert

RGB19012692-
CMYK00.340.520.25
HSL20.82º42.98%55.29%-
HSV(B)20.82º51.58%74.51%-
XYZ30.6326.6413.65-
YUV141.26100.2162.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.57%
GREEN value IS 126 (49.61% from 255) = 30.88%
BLUE value IS 92 (36.33% from 255) = 22.55%
R=46.57%
G=30.88%
B=22.55%

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
Decimal1901269200.340.520.2520.8242.9855.29
HexBE7E5C0223419152b37
Octal2761761340426431255367
Binary101111101111110101110001000101101001100110101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7E5C; }

 p { color: rgb(190,126,92); }

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

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

 a { background-color: rgb(190,126,92); }

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

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

 span { border-color: rgb(190,126,92); }

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