#B47632

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

Shades of Mandalay #B47632

Tints of Mandalay #B47632

Color information

#B47632 (or 0xB47632) is unknown color: approx Mandalay. HEX triplet: B4, 76 and 32. RGB value is (180,118,50). Sum of RGB (Red+Green+Blue) = 180+118+50=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 50 (19.92% from 255 or 14.37% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B47632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47632 is #4B89CD. Grayscale: #818181. Windows color (decimal): -4950478 or 3307188. OLE color: 3307188.

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

Color convert

RGB18011850-
CMYK00.340.720.29
HSL31.38º56.52%45.1%-
HSV(B)31.38º72.22%70.59%-
XYZ25.8822.896.07-
YUV128.7983.54164.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.72%
GREEN value IS 118 (46.48% from 255) = 33.91%
BLUE value IS 50 (19.92% from 255) = 14.37%
R=51.72%
G=33.91%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801185000.340.720.2931.3856.5245.1
HexB47632022481D1f392d
Octal2641666204211035377155
Binary101101001110110110010010001010010001110111111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47632; }

 p { color: rgb(180,118,50); }

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

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

 a { background-color: rgb(180,118,50); }

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

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

 span { border-color: rgb(180,118,50); }

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