#B48036

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

Shades of Mandalay #B48036

Tints of Mandalay #B48036

Color information

#B48036 (or 0xB48036) is unknown color: approx Mandalay. HEX triplet: B4, 80 and 36. RGB value is (180,128,54). Sum of RGB (Red+Green+Blue) = 180+128+54=362 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.72% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 54 (21.48% from 255 or 14.92% from 362); Max value from RGB is 180 - color contains mainly: red. Hex color #B48036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48036 is #4B7FC9. Grayscale: #878787. Windows color (decimal): -4947914 or 3571892. OLE color: 3571892.

HSL color Cylindrical-coordinate representation of color #B48036: hue angle of 35.24º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B48036 is Cyan = 0, Magento = 0.29, Yellow = 0.7 and Black (K on CMYK) = 0.29.

Color convert

RGB18012854-
CMYK00.290.70.29
HSL35.24º53.85%45.88%-
HSV(B)35.24º70%70.59%-
XYZ27.2125.416.96-
YUV135.1182.23160.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.72%
GREEN value IS 128 (50.39% from 255) = 35.36%
BLUE value IS 54 (21.48% from 255) = 14.92%
R=49.72%
G=35.36%
B=14.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.7
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801285400.290.70.2935.2453.8545.88
HexB4803601D461D23362e
Octal2642006603510635436656
Binary1011010010000000110110011101100011011101100011110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48036; }

 p { color: rgb(180,128,54); }

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

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

 a { background-color: rgb(180,128,54); }

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

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

 span { border-color: rgb(180,128,54); }

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