#B47D2A

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

Shades of Mandalay #B47D2A

Tints of Mandalay #B47D2A

Color information

#B47D2A (or 0xB47D2A) is unknown color: approx Mandalay. HEX triplet: B4, 7D and 2A. RGB value is (180,125,42). Sum of RGB (Red+Green+Blue) = 180+125+42=347 (45% of max value = 765). Red value is 180 (70.70% from 255 or 51.87% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 42 (16.80% from 255 or 12.10% from 347); Max value from RGB is 180 - color contains mainly: red. Hex color #B47D2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47D2A is #4B82D5. Grayscale: #848484. Windows color (decimal): -4948694 or 2784692. OLE color: 2784692.

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

Color convert

RGB18012542-
CMYK00.310.770.29
HSL36.09º62.16%43.53%-
HSV(B)36.09º76.67%70.59%-
XYZ26.5724.545.53-
YUV131.9877.22162.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.87%
GREEN value IS 125 (49.22% from 255) = 36.02%
BLUE value IS 42 (16.80% from 255) = 12.10%
R=51.87%
G=36.02%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801254200.310.770.2936.0962.1643.53
HexB47D2A01F4D1D243e2c
Octal2641755203711535447654
Binary101101001111101101010011111100110111101100100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47D2A; }

 p { color: rgb(180,125,42); }

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

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

 a { background-color: rgb(180,125,42); }

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

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

 span { border-color: rgb(180,125,42); }

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