#BE7C5C

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

Shades of Burning Sand #BE7C5C

Tints of Burning Sand #BE7C5C

Color information

#BE7C5C (or 0xBE7C5C) is unknown color: approx Burning Sand. HEX triplet: BE, 7C and 5C. RGB value is (190,124,92). Sum of RGB (Red+Green+Blue) = 190+124+92=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7C5C is #4183A3. Grayscale: #8C8C8C. Windows color (decimal): -4293540 or 6061246. OLE color: 6061246.

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

Color convert

RGB19012492-
CMYK00.350.520.25
HSL19.59º42.98%55.29%-
HSV(B)19.59º51.58%74.51%-
XYZ30.3726.1413.57-
YUV140.09100.87163.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.80%
GREEN value IS 124 (48.83% from 255) = 30.54%
BLUE value IS 92 (36.33% from 255) = 22.66%
R=46.80%
G=30.54%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901249200.350.520.2519.5942.9855.29
HexBE7C5C0233419142b37
Octal2761741340436431245367
Binary101111101111100101110001000111101001100110100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7C5C; }

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

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

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

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

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

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

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

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