#B47E24

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

Shades of Mandalay #B47E24

Tints of Mandalay #B47E24

Color information

#B47E24 (or 0xB47E24) is unknown color: approx Mandalay. HEX triplet: B4, 7E and 24. RGB value is (180,126,36). Sum of RGB (Red+Green+Blue) = 180+126+36=342 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.63% from 342); Green value is 126 (49.61% from 255 or 36.84% from 342); Blue value is 36 (14.45% from 255 or 10.53% from 342); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47E24 is #4B81DB. Grayscale: #848484. Windows color (decimal): -4948444 or 2391732. OLE color: 2391732.

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

Color convert

RGB18012636-
CMYK00.30.80.29
HSL37.5º66.67%42.35%-
HSV(B)37.5º80%70.59%-
XYZ26.624.755.04-
YUV131.8973.89162.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.63%
GREEN value IS 126 (49.61% from 255) = 36.84%
BLUE value IS 36 (14.45% from 255) = 10.53%
R=52.63%
G=36.84%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.8
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801263600.30.80.2937.566.6742.35
HexB47E2401E501D26432a
Octal26417644036120354610352
Binary1011010011111101001000111101010000111011001101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47E24; }

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

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

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

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

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

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

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

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