#B48321

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

Shades of Mandalay #B48321

Tints of Mandalay #B48321

Color information

#B48321 (or 0xB48321) is unknown color: approx Mandalay. HEX triplet: B4, 83 and 21. RGB value is (180,131,33). Sum of RGB (Red+Green+Blue) = 180+131+33=344 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.33% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 33 (13.28% from 255 or 9.59% from 344); Max value from RGB is 180 - color contains mainly: red. Hex color #B48321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48321 is #4B7CDE. Grayscale: #868686. Windows color (decimal): -4947167 or 2196404. OLE color: 2196404.

HSL color Cylindrical-coordinate representation of color #B48321: hue angle of 40º degrees, saturation: 0.69, 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 #B48321 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB18013133-
CMYK00.270.820.29
HSL40º69.01%41.76%-
HSV(B)40º81.67%70.59%-
XYZ27.2126.055.03-
YUV134.4870.73160.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.33%
GREEN value IS 131 (51.56% from 255) = 38.08%
BLUE value IS 33 (13.28% from 255) = 9.59%
R=52.33%
G=38.08%
B=9.59%

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
Decimal1801313300.270.820.294069.0141.76
HexB4832101B521D28452a
Octal26420341033122355010552
Binary10110100100000111000010110111010010111011010001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48321; }

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

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

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

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

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

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

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

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