#B47E2E

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

Shades of Mandalay #B47E2E

Tints of Mandalay #B47E2E

Color information

#B47E2E (or 0xB47E2E) is unknown color: approx Mandalay. HEX triplet: B4, 7E and 2E. RGB value is (180,126,46). Sum of RGB (Red+Green+Blue) = 180+126+46=352 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.14% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 46 (18.36% from 255 or 13.07% from 352); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47E2E is #4B81D1. Grayscale: #858585. Windows color (decimal): -4948434 or 3047092. OLE color: 3047092.

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

Color convert

RGB18012646-
CMYK00.30.740.29
HSL35.82º59.29%44.31%-
HSV(B)35.82º74.44%70.59%-
XYZ26.7824.825.96-
YUV133.0378.89161.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.14%
GREEN value IS 126 (49.61% from 255) = 35.80%
BLUE value IS 46 (18.36% from 255) = 13.07%
R=51.14%
G=35.80%
B=13.07%

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
Decimal1801264600.30.740.2935.8259.2944.31
HexB47E2E01E4A1D243b2c
Octal2641765603611235447354
Binary101101001111110101110011110100101011101100100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47E2E; }

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

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

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

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

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

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

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

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