#B47F36

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

Shades of Mandalay #B47F36

Tints of Mandalay #B47F36

Color information

#B47F36 (or 0xB47F36) is unknown color: approx Mandalay. HEX triplet: B4, 7F and 36. RGB value is (180,127,54). Sum of RGB (Red+Green+Blue) = 180+127+54=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 54 (21.48% from 255 or 14.96% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B47F36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47F36 is #4B80C9. Grayscale: #868686. Windows color (decimal): -4948170 or 3571636. OLE color: 3571636.

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

Color convert

RGB18012754-
CMYK00.290.70.29
HSL34.76º53.85%45.88%-
HSV(B)34.76º70%70.59%-
XYZ27.0825.156.92-
YUV134.5282.56160.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.86%
GREEN value IS 127 (50% from 255) = 35.18%
BLUE value IS 54 (21.48% from 255) = 14.96%
R=49.86%
G=35.18%
B=14.96%

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
Decimal1801275400.290.70.2934.7653.8545.88
HexB47F3601D461D23362e
Octal2641776603510635436656
Binary101101001111111110110011101100011011101100011110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47F36; }

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

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

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

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

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

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

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

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