#B48525

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

Shades of Mandalay #B48525

Tints of Mandalay #B48525

Color information

#B48525 (or 0xB48525) is unknown color: approx Mandalay. HEX triplet: B4, 85 and 25. RGB value is (180,133,37). Sum of RGB (Red+Green+Blue) = 180+133+37=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 37 (14.84% from 255 or 10.57% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B48525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48525 is #4B7ADA. Grayscale: #888888. Windows color (decimal): -4946651 or 2459060. OLE color: 2459060.

HSL color Cylindrical-coordinate representation of color #B48525: hue angle of 40.28º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B48525 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB18013337-
CMYK00.260.790.29
HSL40.28º65.9%42.55%-
HSV(B)40.28º79.44%70.59%-
XYZ27.5426.615.44-
YUV136.1172.07159.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.43%
GREEN value IS 133 (52.34% from 255) = 38%
BLUE value IS 37 (14.84% from 255) = 10.57%
R=51.43%
G=38%
B=10.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801333700.260.790.2940.2865.942.55
HexB4852501A4F1D28422b
Octal26420545032117355010253
Binary10110100100001011001010110101001111111011010001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48525; }

 p { color: rgb(180,133,37); }

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

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

 a { background-color: rgb(180,133,37); }

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

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

 span { border-color: rgb(180,133,37); }

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