#B48230

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

Shades of Mandalay #B48230

Tints of Mandalay #B48230

Color information

#B48230 (or 0xB48230) is unknown color: approx Mandalay. HEX triplet: B4, 82 and 30. RGB value is (180,130,48). Sum of RGB (Red+Green+Blue) = 180+130+48=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B48230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48230 is #4B7DCF. Grayscale: #878787. Windows color (decimal): -4947408 or 3179188. OLE color: 3179188.

HSL color Cylindrical-coordinate representation of color #B48230: hue angle of 37.27º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B48230 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB18013048-
CMYK00.280.730.29
HSL37.27º57.89%44.71%-
HSV(B)37.27º73.33%70.59%-
XYZ27.3425.886.35-
YUV135.678.56159.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.28%
GREEN value IS 130 (51.17% from 255) = 36.31%
BLUE value IS 48 (19.14% from 255) = 13.41%
R=50.28%
G=36.31%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801304800.280.730.2937.2757.8944.71
HexB4823001C491D253a2d
Octal2642026003411135457255
Binary1011010010000010110000011100100100111101100101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48230; }

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

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

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

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

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

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

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

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