#B47A3A

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

Shades of Mandalay #B47A3A

Tints of Mandalay #B47A3A

Color information

#B47A3A (or 0xB47A3A) is unknown color: approx Mandalay. HEX triplet: B4, 7A and 3A. RGB value is (180,122,58). Sum of RGB (Red+Green+Blue) = 180+122+58=360 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 58 (23.05% from 255 or 16.11% from 360); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47A3A is #4B85C5. Grayscale: #848484. Windows color (decimal): -4949446 or 3832500. OLE color: 3832500.

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

Color convert

RGB18012258-
CMYK00.320.680.29
HSL31.48º51.26%46.67%-
HSV(B)31.48º67.78%70.59%-
XYZ26.5523.937.22-
YUV132.0586.22162.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50%
GREEN value IS 122 (48.05% from 255) = 33.89%
BLUE value IS 58 (23.05% from 255) = 16.11%
R=50%
G=33.89%
B=16.11%

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
Decimal1801225800.320.680.2931.4851.2646.67
HexB47A3A020441D1f332f
Octal2641727204010435376357
Binary101101001111010111010010000010001001110111111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47A3A; }

 p { color: rgb(180,122,58); }

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

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

 a { background-color: rgb(180,122,58); }

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

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

 span { border-color: rgb(180,122,58); }

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