#BE8669

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

Shades of Burning Sand #BE8669

Tints of Burning Sand #BE8669

Color information

#BE8669 (or 0xBE8669) is unknown color: approx Burning Sand. HEX triplet: BE, 86 and 69. RGB value is (190,134,105). Sum of RGB (Red+Green+Blue) = 190+134+105=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 105 (41.41% from 255 or 24.48% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8669 is #417996. Grayscale: #939393. Windows color (decimal): -4290967 or 6915774. OLE color: 6915774.

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

Color convert

RGB190134105-
CMYK00.290.450.25
HSL20.47º39.53%57.84%-
HSV(B)20.47º44.74%74.51%-
XYZ32.3129.0217.26-
YUV147.44104.05158.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.29%
GREEN value IS 134 (52.73% from 255) = 31.24%
BLUE value IS 105 (41.41% from 255) = 24.48%
R=44.29%
G=31.24%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013410500.290.450.2520.4739.5357.84
HexBE866901D2D1914283a
Octal2762061510355531245072
Binary101111101000011011010010111011011011100110100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8669; }

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

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

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

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

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

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

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

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