#B47A2D

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

Shades of Mandalay #B47A2D

Tints of Mandalay #B47A2D

Color information

#B47A2D (or 0xB47A2D) is unknown color: approx Mandalay. HEX triplet: B4, 7A and 2D. RGB value is (180,122,45). Sum of RGB (Red+Green+Blue) = 180+122+45=347 (45% of max value = 765). Red value is 180 (70.70% from 255 or 51.87% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47A2D is #4B85D2. Grayscale: #828282. Windows color (decimal): -4949459 or 2980532. OLE color: 2980532.

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

Color convert

RGB18012245-
CMYK00.320.750.29
HSL34.22º60%44.12%-
HSV(B)34.22º75%70.59%-
XYZ26.2623.815.69-
YUV130.5679.72163.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.87%
GREEN value IS 122 (48.05% from 255) = 35.16%
BLUE value IS 45 (17.97% from 255) = 12.97%
R=51.87%
G=35.16%
B=12.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801224500.320.750.2934.226044.12
HexB47A2D0204B1D223c2c
Octal2641725504011335427454
Binary1011010011110101011010100000100101111101100010111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47A2D; }

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

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

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

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

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

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

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

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