#BE7C62

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

Shades of Burning Sand #BE7C62

Tints of Burning Sand #BE7C62

Color information

#BE7C62 (or 0xBE7C62) is unknown color: approx Burning Sand. HEX triplet: BE, 7C and 62. RGB value is (190,124,98). Sum of RGB (Red+Green+Blue) = 190+124+98=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 124 (48.83% from 255 or 30.10% from 412); Blue value is 98 (38.67% from 255 or 23.79% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7C62 is #41839D. Grayscale: #8C8C8C. Windows color (decimal): -4293534 or 6454462. OLE color: 6454462.

HSL color Cylindrical-coordinate representation of color #BE7C62: hue angle of 16.96º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE7C62 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB19012498-
CMYK00.350.480.25
HSL16.96º41.44%56.47%-
HSV(B)16.96º48.42%74.51%-
XYZ30.6526.2415.01-
YUV140.77103.87163.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.12%
GREEN value IS 124 (48.83% from 255) = 30.10%
BLUE value IS 98 (38.67% from 255) = 23.79%
R=46.12%
G=30.10%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901249800.350.480.2516.9641.4456.47
HexBE7C620233019112938
Octal2761741420436031215170
Binary101111101111100110001001000111100001100110001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7C62; }

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

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

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

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

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

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

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

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