#B47E2F

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

Shades of Mandalay #B47E2F

Tints of Mandalay #B47E2F

Color information

#B47E2F (or 0xB47E2F) is unknown color: approx Mandalay. HEX triplet: B4, 7E and 2F. RGB value is (180,126,47). Sum of RGB (Red+Green+Blue) = 180+126+47=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 47 (18.75% from 255 or 13.31% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47E2F is #4B81D0. Grayscale: #858585. Windows color (decimal): -4948433 or 3112628. OLE color: 3112628.

HSL color Cylindrical-coordinate representation of color #B47E2F: hue angle of 35.64º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B47E2F is Cyan = 0, Magento = 0.3, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB18012647-
CMYK00.30.740.29
HSL35.64º58.59%44.51%-
HSV(B)35.64º73.89%70.59%-
XYZ26.824.836.07-
YUV133.1479.39161.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.99%
GREEN value IS 126 (49.61% from 255) = 35.69%
BLUE value IS 47 (18.75% from 255) = 13.31%
R=50.99%
G=35.69%
B=13.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801264700.30.740.2935.6458.5944.51
HexB47E2F01E4A1D243b2d
Octal2641765703611235447355
Binary101101001111110101111011110100101011101100100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47E2F; }

 p { color: rgb(180,126,47); }

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

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

 a { background-color: rgb(180,126,47); }

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

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

 span { border-color: rgb(180,126,47); }

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