#B47C2D

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

Shades of Mandalay #B47C2D

Tints of Mandalay #B47C2D

Color information

#B47C2D (or 0xB47C2D) is unknown color: approx Mandalay. HEX triplet: B4, 7C and 2D. RGB value is (180,124,45). Sum of RGB (Red+Green+Blue) = 180+124+45=349 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.58% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 45 (17.97% from 255 or 12.89% from 349); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47C2D is #4B83D2. Grayscale: #848484. Windows color (decimal): -4948947 or 2981044. OLE color: 2981044.

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

Color convert

RGB18012445-
CMYK00.310.750.29
HSL35.11º60%44.12%-
HSV(B)35.11º75%70.59%-
XYZ26.524.315.78-
YUV131.7479.05162.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.58%
GREEN value IS 124 (48.83% from 255) = 35.53%
BLUE value IS 45 (17.97% from 255) = 12.89%
R=51.58%
G=35.53%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801244500.310.750.2935.116044.12
HexB47C2D01F4B1D233c2c
Octal2641745503711335437454
Binary101101001111100101101011111100101111101100011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47C2D; }

 p { color: rgb(180,124,45); }

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

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

 a { background-color: rgb(180,124,45); }

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

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

 span { border-color: rgb(180,124,45); }

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