#B47B2D

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

Shades of Mandalay #B47B2D

Tints of Mandalay #B47B2D

Color information

#B47B2D (or 0xB47B2D) is unknown color: approx Mandalay. HEX triplet: B4, 7B and 2D. RGB value is (180,123,45). Sum of RGB (Red+Green+Blue) = 180+123+45=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47B2D is #4B84D2. Grayscale: #838383. Windows color (decimal): -4949203 or 2980788. OLE color: 2980788.

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

Color convert

RGB18012345-
CMYK00.320.750.29
HSL34.67º60%44.12%-
HSV(B)34.67º75%70.59%-
XYZ26.3824.065.74-
YUV131.1579.38162.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.72%
GREEN value IS 123 (48.44% from 255) = 35.34%
BLUE value IS 45 (17.97% from 255) = 12.93%
R=51.72%
G=35.34%
B=12.93%

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
Decimal1801234500.320.750.2934.676044.12
HexB47B2D0204B1D233c2c
Octal2641735504011335437454
Binary1011010011110111011010100000100101111101100011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47B2D; }

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

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

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

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

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

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

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

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