#B47A2C

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

Shades of Mandalay #B47A2C

Tints of Mandalay #B47A2C

Color information

#B47A2C (or 0xB47A2C) is unknown color: approx Mandalay. HEX triplet: B4, 7A and 2C. RGB value is (180,122,44). Sum of RGB (Red+Green+Blue) = 180+122+44=346 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.02% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47A2C is #4B85D3. Grayscale: #828282. Windows color (decimal): -4949460 or 2914996. OLE color: 2914996.

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

Color convert

RGB18012244-
CMYK00.320.760.29
HSL34.41º60.71%43.92%-
HSV(B)34.41º75.56%70.59%-
XYZ26.2423.85.59-
YUV130.4579.22163.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.02%
GREEN value IS 122 (48.05% from 255) = 35.26%
BLUE value IS 44 (17.58% from 255) = 12.72%
R=52.02%
G=35.26%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801224400.320.760.2934.4160.7143.92
HexB47A2C0204C1D223d2c
Octal2641725404011435427554
Binary1011010011110101011000100000100110011101100010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47A2C; }

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

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

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

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

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

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

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

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