#B48125

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

Shades of Mandalay #B48125

Tints of Mandalay #B48125

Color information

#B48125 (or 0xB48125) is unknown color: approx Mandalay. HEX triplet: B4, 81 and 25. RGB value is (180,129,37). Sum of RGB (Red+Green+Blue) = 180+129+37=346 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.02% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 37 (14.84% from 255 or 10.69% from 346); Max value from RGB is 180 - color contains mainly: red. Hex color #B48125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48125 is #4B7EDA. Grayscale: #868686. Windows color (decimal): -4947675 or 2458036. OLE color: 2458036.

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

Color convert

RGB18012937-
CMYK00.280.790.29
HSL38.6º65.9%42.55%-
HSV(B)38.6º79.44%70.59%-
XYZ27.0125.545.26-
YUV133.7673.4160.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.02%
GREEN value IS 129 (50.78% from 255) = 37.28%
BLUE value IS 37 (14.84% from 255) = 10.69%
R=52.02%
G=37.28%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801293700.280.790.2938.665.942.55
HexB4812501C4F1D27422b
Octal26420145034117354710253
Binary10110100100000011001010111001001111111011001111000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48125; }

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

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

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

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

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

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

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

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