#B47F3A

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

Shades of Mandalay #B47F3A

Tints of Mandalay #B47F3A

Color information

#B47F3A (or 0xB47F3A) is unknown color: approx Mandalay. HEX triplet: B4, 7F and 3A. RGB value is (180,127,58). Sum of RGB (Red+Green+Blue) = 180+127+58=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 58 (23.05% from 255 or 15.89% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B47F3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47F3A is #4B80C5. Grayscale: #878787. Windows color (decimal): -4948166 or 3833780. OLE color: 3833780.

HSL color Cylindrical-coordinate representation of color #B47F3A: hue angle of 33.93º 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 #B47F3A is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB18012758-
CMYK00.290.680.29
HSL33.93º51.26%46.67%-
HSV(B)33.93º67.78%70.59%-
XYZ27.1825.197.43-
YUV134.9884.56160.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.32%
GREEN value IS 127 (50% from 255) = 34.79%
BLUE value IS 58 (23.05% from 255) = 15.89%
R=49.32%
G=34.79%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801275800.290.680.2933.9351.2646.67
HexB47F3A01D441D22332f
Octal2641777203510435426357
Binary101101001111111111010011101100010011101100010110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47F3A; }

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

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

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

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

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

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

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

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