#B47C27

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

Shades of Mandalay #B47C27

Tints of Mandalay #B47C27

Color information

#B47C27 (or 0xB47C27) is unknown color: approx Mandalay. HEX triplet: B4, 7C and 27. RGB value is (180,124,39). Sum of RGB (Red+Green+Blue) = 180+124+39=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 124 (48.83% from 255 or 36.15% from 343); Blue value is 39 (15.62% from 255 or 11.37% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47C27 is #4B83D8. Grayscale: #838383. Windows color (decimal): -4948953 or 2587828. OLE color: 2587828.

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

Color convert

RGB18012439-
CMYK00.310.780.29
HSL36.17º64.38%42.94%-
HSV(B)36.17º78.33%70.59%-
XYZ26.424.275.21-
YUV131.0576.05162.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.48%
GREEN value IS 124 (48.83% from 255) = 36.15%
BLUE value IS 39 (15.62% from 255) = 11.37%
R=52.48%
G=36.15%
B=11.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801243900.310.780.2936.1764.3842.94
HexB47C2701F4E1D24402b
Octal26417447037116354410053
Binary1011010011111001001110111111001110111011001001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47C27; }

 p { color: rgb(180,124,39); }

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

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

 a { background-color: rgb(180,124,39); }

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

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

 span { border-color: rgb(180,124,39); }

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