#B48322

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

Shades of Mandalay #B48322

Tints of Mandalay #B48322

Color information

#B48322 (or 0xB48322) is unknown color: approx Mandalay. HEX triplet: B4, 83 and 22. RGB value is (180,131,34). Sum of RGB (Red+Green+Blue) = 180+131+34=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 34 (13.67% from 255 or 9.86% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B48322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48322 is #4B7CDD. Grayscale: #878787. Windows color (decimal): -4947166 or 2261940. OLE color: 2261940.

HSL color Cylindrical-coordinate representation of color #B48322: hue angle of 39.86º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B48322 is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB18013134-
CMYK00.270.810.29
HSL39.86º68.22%41.96%-
HSV(B)39.86º81.11%70.59%-
XYZ27.2326.055.11-
YUV134.5971.23160.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.17%
GREEN value IS 131 (51.56% from 255) = 37.97%
BLUE value IS 34 (13.67% from 255) = 9.86%
R=52.17%
G=37.97%
B=9.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801313400.270.810.2939.8668.2241.96
HexB4832201B511D28442a
Octal26420342033121355010452
Binary10110100100000111000100110111010001111011010001000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48322; }

 p { color: rgb(180,131,34); }

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

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

 a { background-color: rgb(180,131,34); }

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

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

 span { border-color: rgb(180,131,34); }

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