#B47E23

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

Shades of Mandalay #B47E23

Tints of Mandalay #B47E23

Color information

#B47E23 (or 0xB47E23) is unknown color: approx Mandalay. HEX triplet: B4, 7E and 23. RGB value is (180,126,35). Sum of RGB (Red+Green+Blue) = 180+126+35=341 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.79% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 35 (14.06% from 255 or 10.26% from 341); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47E23 is #4B81DC. Grayscale: #848484. Windows color (decimal): -4948445 or 2326196. OLE color: 2326196.

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

Color convert

RGB18012635-
CMYK00.30.810.29
HSL37.66º67.44%42.16%-
HSV(B)37.66º80.56%70.59%-
XYZ26.5924.754.97-
YUV131.7773.39162.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.79%
GREEN value IS 126 (49.61% from 255) = 36.95%
BLUE value IS 35 (14.06% from 255) = 10.26%
R=52.79%
G=36.95%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801263500.30.810.2937.6667.4442.16
HexB47E2301E511D26432a
Octal26417643036121354610352
Binary1011010011111101000110111101010001111011001101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47E23; }

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

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

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

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

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

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

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

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