#BE8366

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

Shades of Burning Sand #BE8366

Tints of Burning Sand #BE8366

Color information

#BE8366 (or 0xBE8366) is unknown color: approx Burning Sand. HEX triplet: BE, 83 and 66. RGB value is (190,131,102). Sum of RGB (Red+Green+Blue) = 190+131+102=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 102 (40.23% from 255 or 24.11% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8366 is #417C99. Grayscale: #919191. Windows color (decimal): -4291738 or 6718398. OLE color: 6718398.

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

Color convert

RGB190131102-
CMYK00.310.460.25
HSL19.77º40.37%57.25%-
HSV(B)19.77º46.32%74.51%-
XYZ31.7528.1416.33-
YUV145.33103.55159.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.92%
GREEN value IS 131 (51.56% from 255) = 30.97%
BLUE value IS 102 (40.23% from 255) = 24.11%
R=44.92%
G=30.97%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013110200.310.460.2519.7740.3757.25
HexBE836601F2E19142839
Octal2762031460375631245071
Binary101111101000001111001100111111011101100110100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8366; }

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

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

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

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

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

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

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

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