#B48222

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

Shades of Mandalay #B48222

Tints of Mandalay #B48222

Color information

#B48222 (or 0xB48222) is unknown color: approx Mandalay. HEX triplet: B4, 82 and 22. RGB value is (180,130,34). Sum of RGB (Red+Green+Blue) = 180+130+34=344 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.33% from 344); Green value is 130 (51.17% from 255 or 37.79% from 344); Blue value is 34 (13.67% from 255 or 9.88% from 344); Max value from RGB is 180 - color contains mainly: red. Hex color #B48222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48222 is #4B7DDD. Grayscale: #868686. Windows color (decimal): -4947422 or 2261684. OLE color: 2261684.

HSL color Cylindrical-coordinate representation of color #B48222: hue angle of 39.45º 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 #B48222 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB18013034-
CMYK00.280.810.29
HSL39.45º68.22%41.96%-
HSV(B)39.45º81.11%70.59%-
XYZ27.0925.785.06-
YUV134.0171.56160.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.33%
GREEN value IS 130 (51.17% from 255) = 37.79%
BLUE value IS 34 (13.67% from 255) = 9.88%
R=52.33%
G=37.79%
B=9.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801303400.280.810.2939.4568.2241.96
HexB4822201C511D27442a
Octal26420242034121354710452
Binary10110100100000101000100111001010001111011001111000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48222; }

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

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

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

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

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

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

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

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