#BE7C5F

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

Shades of Burning Sand #BE7C5F

Tints of Burning Sand #BE7C5F

Color information

#BE7C5F (or 0xBE7C5F) is unknown color: approx Burning Sand. HEX triplet: BE, 7C and 5F. RGB value is (190,124,95). Sum of RGB (Red+Green+Blue) = 190+124+95=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 124 (48.83% from 255 or 30.32% from 409); Blue value is 95 (37.5% from 255 or 23.23% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7C5F is #4183A0. Grayscale: #8C8C8C. Windows color (decimal): -4293537 or 6257854. OLE color: 6257854.

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

Color convert

RGB19012495-
CMYK00.350.50.25
HSL18.32º42.22%55.88%-
HSV(B)18.32º50%74.51%-
XYZ30.5126.1914.27-
YUV140.43102.37163.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.45%
GREEN value IS 124 (48.83% from 255) = 30.32%
BLUE value IS 95 (37.5% from 255) = 23.23%
R=46.45%
G=30.32%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.5
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901249500.350.50.2518.3242.2255.88
HexBE7C5F0233219122a38
Octal2761741370436231225270
Binary101111101111100101111101000111100101100110010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7C5F; }

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

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

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

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

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

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

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

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