#BE8469

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

Shades of Burning Sand #BE8469

Tints of Burning Sand #BE8469

Color information

#BE8469 (or 0xBE8469) is unknown color: approx Burning Sand. HEX triplet: BE, 84 and 69. RGB value is (190,132,105). Sum of RGB (Red+Green+Blue) = 190+132+105=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 105 (41.41% from 255 or 24.59% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8469 is #417B96. Grayscale: #929292. Windows color (decimal): -4291479 or 6915262. OLE color: 6915262.

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

Color convert

RGB190132105-
CMYK00.310.450.25
HSL19.06º39.53%57.84%-
HSV(B)19.06º44.74%74.51%-
XYZ32.0428.4717.17-
YUV146.26104.72159.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.50%
GREEN value IS 132 (51.95% from 255) = 30.91%
BLUE value IS 105 (41.41% from 255) = 24.59%
R=44.50%
G=30.91%
B=24.59%

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
Decimal19013210500.310.450.2519.0639.5357.84
HexBE846901F2D1913283a
Octal2762041510375531235072
Binary101111101000010011010010111111011011100110011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8469; }

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

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

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

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

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

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

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

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