#B47F28

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

Shades of Mandalay #B47F28

Tints of Mandalay #B47F28

Color information

#B47F28 (or 0xB47F28) is unknown color: approx Mandalay. HEX triplet: B4, 7F and 28. RGB value is (180,127,40). Sum of RGB (Red+Green+Blue) = 180+127+40=347 (45% of max value = 765). Red value is 180 (70.70% from 255 or 51.87% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 180 - color contains mainly: red. Hex color #B47F28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47F28 is #4B80D7. Grayscale: #858585. Windows color (decimal): -4948184 or 2654132. OLE color: 2654132.

HSL color Cylindrical-coordinate representation of color #B47F28: hue angle of 37.29º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B47F28 is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB18012740-
CMYK00.290.780.29
HSL37.29º63.64%43.14%-
HSV(B)37.29º77.78%70.59%-
XYZ26.7925.045.43-
YUV132.9375.56161.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.87%
GREEN value IS 127 (50% from 255) = 36.60%
BLUE value IS 40 (16.02% from 255) = 11.53%
R=51.87%
G=36.60%
B=11.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801274000.290.780.2937.2963.6443.14
HexB47F2801D4E1D25402b
Octal26417750035116354510053
Binary1011010011111111010000111011001110111011001011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47F28; }

 p { color: rgb(180,127,40); }

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

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

 a { background-color: rgb(180,127,40); }

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

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

 span { border-color: rgb(180,127,40); }

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