#B48320

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

Shades of Mandalay #B48320

Tints of Mandalay #B48320

Color information

#B48320 (or 0xB48320) is unknown color: approx Mandalay. HEX triplet: B4, 83 and 20. RGB value is (180,131,32). Sum of RGB (Red+Green+Blue) = 180+131+32=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 32 (12.89% from 255 or 9.33% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B48320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48320 is #4B7CDF. Grayscale: #868686. Windows color (decimal): -4947168 or 2130868. OLE color: 2130868.

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

Color convert

RGB18013132-
CMYK00.270.820.29
HSL40.14º69.81%41.57%-
HSV(B)40.14º82.22%70.59%-
XYZ27.226.044.96-
YUV134.3670.23160.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.48%
GREEN value IS 131 (51.56% from 255) = 38.19%
BLUE value IS 32 (12.89% from 255) = 9.33%
R=52.48%
G=38.19%
B=9.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801313200.270.820.2940.1469.8141.57
HexB4832001B521D28462a
Octal26420340033122355010652
Binary10110100100000111000000110111010010111011010001000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48320; }

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

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

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

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

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

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

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

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