#BE8966

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

Shades of Burning Sand #BE8966

Tints of Burning Sand #BE8966

Color information

#BE8966 (or 0xBE8966) is unknown color: approx Burning Sand. HEX triplet: BE, 89 and 66. RGB value is (190,137,102). Sum of RGB (Red+Green+Blue) = 190+137+102=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 102 (40.23% from 255 or 23.78% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8966 is #417699. Grayscale: #959595. Windows color (decimal): -4290202 or 6719934. OLE color: 6719934.

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

Color convert

RGB190137102-
CMYK00.280.460.25
HSL23.86º40.37%57.25%-
HSV(B)23.86º46.32%74.51%-
XYZ32.5829.816.6-
YUV148.86101.56157.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.29%
GREEN value IS 137 (53.91% from 255) = 31.93%
BLUE value IS 102 (40.23% from 255) = 23.78%
R=44.29%
G=31.93%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013710200.280.460.2523.8640.3757.25
HexBE896601C2E19182839
Octal2762111460345631305071
Binary101111101000100111001100111001011101100111000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8966; }

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

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

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

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

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

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

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

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