#BE8969

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

Shades of Burning Sand #BE8969

Tints of Burning Sand #BE8969

Color information

#BE8969 (or 0xBE8969) is unknown color: approx Burning Sand. HEX triplet: BE, 89 and 69. RGB value is (190,137,105). Sum of RGB (Red+Green+Blue) = 190+137+105=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 137 (53.91% from 255 or 31.71% from 432); Blue value is 105 (41.41% from 255 or 24.31% from 432); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8969 is #417696. Grayscale: #959595. Windows color (decimal): -4290199 or 6916542. OLE color: 6916542.

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

Color convert

RGB190137105-
CMYK00.280.450.25
HSL22.59º39.53%57.84%-
HSV(B)22.59º44.74%74.51%-
XYZ32.7329.8617.4-
YUV149.2103.06157.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.98%
GREEN value IS 137 (53.91% from 255) = 31.71%
BLUE value IS 105 (41.41% from 255) = 24.31%
R=43.98%
G=31.71%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013710500.280.450.2522.5939.5357.84
HexBE896901C2D1917283a
Octal2762111510345531275072
Binary101111101000100111010010111001011011100110111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8969; }

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

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

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

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

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

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

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

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