#B47B2B

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

Shades of Mandalay #B47B2B

Tints of Mandalay #B47B2B

Color information

#B47B2B (or 0xB47B2B) is unknown color: approx Mandalay. HEX triplet: B4, 7B and 2B. RGB value is (180,123,43). Sum of RGB (Red+Green+Blue) = 180+123+43=346 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.02% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47B2B is #4B84D4. Grayscale: #838383. Windows color (decimal): -4949205 or 2849716. OLE color: 2849716.

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

Color convert

RGB18012343-
CMYK00.320.760.29
HSL35.04º61.43%43.73%-
HSV(B)35.04º76.11%70.59%-
XYZ26.3424.045.54-
YUV130.9278.38163-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.02%
GREEN value IS 123 (48.44% from 255) = 35.55%
BLUE value IS 43 (17.19% from 255) = 12.43%
R=52.02%
G=35.55%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801234300.320.760.2935.0461.4343.73
HexB47B2B0204C1D233d2c
Octal2641735304011435437554
Binary1011010011110111010110100000100110011101100011111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47B2B; }

 p { color: rgb(180,123,43); }

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

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

 a { background-color: rgb(180,123,43); }

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

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

 span { border-color: rgb(180,123,43); }

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