#B47A38

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

Shades of Mandalay #B47A38

Tints of Mandalay #B47A38

Color information

#B47A38 (or 0xB47A38) is unknown color: approx Mandalay. HEX triplet: B4, 7A and 38. RGB value is (180,122,56). Sum of RGB (Red+Green+Blue) = 180+122+56=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 56 (22.27% from 255 or 15.64% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47A38 is #4B85C7. Grayscale: #848484. Windows color (decimal): -4949448 or 3701428. OLE color: 3701428.

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

Color convert

RGB18012256-
CMYK00.320.690.29
HSL31.94º52.54%46.27%-
HSV(B)31.94º68.89%70.59%-
XYZ26.523.916.96-
YUV131.8285.22162.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.28%
GREEN value IS 122 (48.05% from 255) = 34.08%
BLUE value IS 56 (22.27% from 255) = 15.64%
R=50.28%
G=34.08%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801225600.320.690.2931.9452.5446.27
HexB47A38020451D20352e
Octal2641727004010535406556
Binary1011010011110101110000100000100010111101100000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47A38; }

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

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

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

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

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

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

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

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