#BE8169

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

Shades of Burning Sand #BE8169

Tints of Burning Sand #BE8169

Color information

#BE8169 (or 0xBE8169) is unknown color: approx Burning Sand. HEX triplet: BE, 81 and 69. RGB value is (190,129,105). Sum of RGB (Red+Green+Blue) = 190+129+105=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 105 (41.41% from 255 or 24.76% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8169 is #417E96. Grayscale: #909090. Windows color (decimal): -4292247 or 6914494. OLE color: 6914494.

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

Color convert

RGB190129105-
CMYK00.320.450.25
HSL16.94º39.53%57.84%-
HSV(B)16.94º44.74%74.51%-
XYZ31.6427.6717.04-
YUV144.5105.71160.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.81%
GREEN value IS 129 (50.78% from 255) = 30.42%
BLUE value IS 105 (41.41% from 255) = 24.76%
R=44.81%
G=30.42%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012910500.320.450.2516.9439.5357.84
HexBE81690202D1911283a
Octal2762011510405531215072
Binary1011111010000001110100101000001011011100110001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8169; }

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

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

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

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

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

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

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

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