#B47B39

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

Shades of Mandalay #B47B39

Tints of Mandalay #B47B39

Color information

#B47B39 (or 0xB47B39) is unknown color: approx Mandalay. HEX triplet: B4, 7B and 39. RGB value is (180,123,57). Sum of RGB (Red+Green+Blue) = 180+123+57=360 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 57 (22.66% from 255 or 15.83% from 360); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47B39 is #4B84C6. Grayscale: #848484. Windows color (decimal): -4949191 or 3767220. OLE color: 3767220.

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

Color convert

RGB18012357-
CMYK00.320.680.29
HSL32.2º51.9%46.47%-
HSV(B)32.2º68.33%70.59%-
XYZ26.6424.167.13-
YUV132.5285.38161.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50%
GREEN value IS 123 (48.44% from 255) = 34.17%
BLUE value IS 57 (22.66% from 255) = 15.83%
R=50%
G=34.17%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801235700.320.680.2932.251.946.47
HexB47B39020441D20342e
Octal2641737104010435406456
Binary1011010011110111110010100000100010011101100000110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47B39; }

 p { color: rgb(180,123,57); }

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

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

 a { background-color: rgb(180,123,57); }

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

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

 span { border-color: rgb(180,123,57); }

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