#B47D38

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

Shades of Mandalay #B47D38

Tints of Mandalay #B47D38

Color information

#B47D38 (or 0xB47D38) is unknown color: approx Mandalay. HEX triplet: B4, 7D and 38. RGB value is (180,125,56). Sum of RGB (Red+Green+Blue) = 180+125+56=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 56 (22.27% from 255 or 15.51% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B47D38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47D38 is #4B82C7. Grayscale: #858585. Windows color (decimal): -4948680 or 3702196. OLE color: 3702196.

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

Color convert

RGB18012556-
CMYK00.310.690.29
HSL33.39º52.54%46.27%-
HSV(B)33.39º68.89%70.59%-
XYZ26.8724.667.08-
YUV133.5884.22161.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.86%
GREEN value IS 125 (49.22% from 255) = 34.63%
BLUE value IS 56 (22.27% from 255) = 15.51%
R=49.86%
G=34.63%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801255600.310.690.2933.3952.5446.27
HexB47D3801F451D21352e
Octal2641757003710535416556
Binary101101001111101111000011111100010111101100001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47D38; }

 p { color: rgb(180,125,56); }

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

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

 a { background-color: rgb(180,125,56); }

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

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

 span { border-color: rgb(180,125,56); }

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