#BE7E66

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

Shades of Burning Sand #BE7E66

Tints of Burning Sand #BE7E66

Color information

#BE7E66 (or 0xBE7E66) is unknown color: approx Burning Sand. HEX triplet: BE, 7E and 66. RGB value is (190,126,102). Sum of RGB (Red+Green+Blue) = 190+126+102=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 102 (40.23% from 255 or 24.40% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7E66 is #418199. Grayscale: #8E8E8E. Windows color (decimal): -4293018 or 6717118. OLE color: 6717118.

HSL color Cylindrical-coordinate representation of color #BE7E66: hue angle of 16.36º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE7E66 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB190126102-
CMYK00.340.460.25
HSL16.36º40.37%57.25%-
HSV(B)16.36º46.32%74.51%-
XYZ31.0926.8316.11-
YUV142.4105.2161.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.45%
GREEN value IS 126 (49.61% from 255) = 30.14%
BLUE value IS 102 (40.23% from 255) = 24.40%
R=45.45%
G=30.14%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012610200.340.460.2516.3640.3757.25
HexBE7E660222E19102839
Octal2761761460425631205071
Binary101111101111110110011001000101011101100110000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7E66; }

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

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

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

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

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

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

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

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