#B5822F

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

Shades of Mandalay #B5822F

Tints of Mandalay #B5822F

Color information

#B5822F (or 0xB5822F) is unknown color: approx Mandalay. HEX triplet: B5, 82 and 2F. RGB value is (181,130,47). Sum of RGB (Red+Green+Blue) = 181+130+47=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 47 (18.75% from 255 or 13.13% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B5822F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5822F is #4A7DD0. Grayscale: #888888. Windows color (decimal): -4881873 or 3113653. OLE color: 3113653.

HSL color Cylindrical-coordinate representation of color #B5822F: hue angle of 37.16º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B5822F is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB18113047-
CMYK00.280.740.29
HSL37.16º58.77%44.71%-
HSV(B)37.16º74.03%70.98%-
XYZ27.5525.996.25-
YUV135.7977.9160.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.56%
GREEN value IS 130 (51.17% from 255) = 36.31%
BLUE value IS 47 (18.75% from 255) = 13.13%
R=50.56%
G=36.31%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811304700.280.740.2937.1658.7744.71
HexB5822F01C4A1D253b2d
Octal2652025703411235457355
Binary1011010110000010101111011100100101011101100101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5822F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5822F; }

 p { color: rgb(181,130,47); }

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

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

 a { background-color: rgb(181,130,47); }

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

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

 span { border-color: rgb(181,130,47); }

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