#BE8069

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

Shades of Burning Sand #BE8069

Tints of Burning Sand #BE8069

Color information

#BE8069 (or 0xBE8069) is unknown color: approx Burning Sand. HEX triplet: BE, 80 and 69. RGB value is (190,128,105). Sum of RGB (Red+Green+Blue) = 190+128+105=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 105 (41.41% from 255 or 24.82% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8069 is #417F96. Grayscale: #909090. Windows color (decimal): -4292503 or 6914238. OLE color: 6914238.

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

Color convert

RGB190128105-
CMYK00.330.450.25
HSL16.24º39.53%57.84%-
HSV(B)16.24º44.74%74.51%-
XYZ31.527.4116.99-
YUV143.92106.04160.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.92%
GREEN value IS 128 (50.39% from 255) = 30.26%
BLUE value IS 105 (41.41% from 255) = 24.82%
R=44.92%
G=30.26%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012810500.330.450.2516.2439.5357.84
HexBE80690212D1910283a
Octal2762001510415531205072
Binary1011111010000000110100101000011011011100110000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8069; }

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

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

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

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

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

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

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

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