#BE8369

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

Shades of Burning Sand #BE8369

Tints of Burning Sand #BE8369

Color information

#BE8369 (or 0xBE8369) is unknown color: approx Burning Sand. HEX triplet: BE, 83 and 69. RGB value is (190,131,105). Sum of RGB (Red+Green+Blue) = 190+131+105=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 105 (41.41% from 255 or 24.65% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8369 is #417C96. Grayscale: #919191. Windows color (decimal): -4291735 or 6915006. OLE color: 6915006.

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

Color convert

RGB190131105-
CMYK00.310.450.25
HSL18.35º39.53%57.84%-
HSV(B)18.35º44.74%74.51%-
XYZ31.928.217.13-
YUV145.68105.05159.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.60%
GREEN value IS 131 (51.56% from 255) = 30.75%
BLUE value IS 105 (41.41% from 255) = 24.65%
R=44.60%
G=30.75%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013110500.310.450.2518.3539.5357.84
HexBE836901F2D1912283a
Octal2762031510375531225072
Binary101111101000001111010010111111011011100110010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8369; }

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

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

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

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

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

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

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

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