#BE8561

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

Shades of Burning Sand #BE8561

Tints of Burning Sand #BE8561

Color information

#BE8561 (or 0xBE8561) is unknown color: approx Burning Sand. HEX triplet: BE, 85 and 61. RGB value is (190,133,97). Sum of RGB (Red+Green+Blue) = 190+133+97=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 97 (38.28% from 255 or 23.10% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8561 is #417A9E. Grayscale: #929292. Windows color (decimal): -4291231 or 6391230. OLE color: 6391230.

HSL color Cylindrical-coordinate representation of color #BE8561: hue angle of 23.23º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE8561 is Cyan = 0, Magento = 0.3, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB19013397-
CMYK00.30.490.25
HSL23.23º41.7%56.27%-
HSV(B)23.23º48.95%74.51%-
XYZ31.7828.5915.15-
YUV145.94100.38159.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.24%
GREEN value IS 133 (52.34% from 255) = 31.67%
BLUE value IS 97 (38.28% from 255) = 23.10%
R=45.24%
G=31.67%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901339700.30.490.2523.2341.756.27
HexBE856101E3119172a38
Octal2762051410366131275270
Binary101111101000010111000010111101100011100110111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8561; }

 p { color: rgb(190,133,97); }

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

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

 a { background-color: rgb(190,133,97); }

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

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

 span { border-color: rgb(190,133,97); }

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