#B47B2C

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

Shades of Mandalay #B47B2C

Tints of Mandalay #B47B2C

Color information

#B47B2C (or 0xB47B2C) is unknown color: approx Mandalay. HEX triplet: B4, 7B and 2C. RGB value is (180,123,44). Sum of RGB (Red+Green+Blue) = 180+123+44=347 (45% of max value = 765). Red value is 180 (70.70% from 255 or 51.87% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 44 (17.58% from 255 or 12.68% from 347); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47B2C is #4B84D3. Grayscale: #838383. Windows color (decimal): -4949204 or 2915252. OLE color: 2915252.

HSL color Cylindrical-coordinate representation of color #B47B2C: hue angle of 34.85º 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 #B47B2C is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB18012344-
CMYK00.320.760.29
HSL34.85º60.71%43.92%-
HSV(B)34.85º75.56%70.59%-
XYZ26.3624.055.64-
YUV131.0478.88162.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.87%
GREEN value IS 123 (48.44% from 255) = 35.45%
BLUE value IS 44 (17.58% from 255) = 12.68%
R=51.87%
G=35.45%
B=12.68%

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
Decimal1801234400.320.760.2934.8560.7143.92
HexB47B2C0204C1D233d2c
Octal2641735404011435437554
Binary1011010011110111011000100000100110011101100011111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47B2C; }

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

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

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

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

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

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

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

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