#BE8166

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

Shades of Burning Sand #BE8166

Tints of Burning Sand #BE8166

Color information

#BE8166 (or 0xBE8166) is unknown color: approx Burning Sand. HEX triplet: BE, 81 and 66. RGB value is (190,129,102). Sum of RGB (Red+Green+Blue) = 190+129+102=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 102 (40.23% from 255 or 24.23% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8166 is #417E99. Grayscale: #909090. Windows color (decimal): -4292250 or 6717886. OLE color: 6717886.

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

Color convert

RGB190129102-
CMYK00.320.460.25
HSL18.41º40.37%57.25%-
HSV(B)18.41º46.32%74.51%-
XYZ31.4827.6116.24-
YUV144.16104.21160.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.13%
GREEN value IS 129 (50.78% from 255) = 30.64%
BLUE value IS 102 (40.23% from 255) = 24.23%
R=45.13%
G=30.64%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012910200.320.460.2518.4140.3757.25
HexBE81660202E19122839
Octal2762011460405631225071
Binary1011111010000001110011001000001011101100110010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8166; }

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

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

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

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

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

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

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

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