#B47828

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

Shades of Mandalay #B47828

Tints of Mandalay #B47828

Color information

#B47828 (or 0xB47828) is unknown color: approx Mandalay. HEX triplet: B4, 78 and 28. RGB value is (180,120,40). Sum of RGB (Red+Green+Blue) = 180+120+40=340 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.94% from 340); Green value is 120 (47.27% from 255 or 35.29% from 340); Blue value is 40 (16.02% from 255 or 11.76% from 340); Max value from RGB is 180 - color contains mainly: red. Hex color #B47828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47828 is #4B87D7. Grayscale: #818181. Windows color (decimal): -4949976 or 2652340. OLE color: 2652340.

HSL color Cylindrical-coordinate representation of color #B47828: hue angle of 34.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 #B47828 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB18012040-
CMYK00.330.780.29
HSL34.29º63.64%43.14%-
HSV(B)34.29º77.78%70.59%-
XYZ25.9223.295.14-
YUV128.8277.88164.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.94%
GREEN value IS 120 (47.27% from 255) = 35.29%
BLUE value IS 40 (16.02% from 255) = 11.76%
R=52.94%
G=35.29%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801204000.330.780.2934.2963.6443.14
HexB478280214E1D22402b
Octal26417050041116354210053
Binary10110100111100010100001000011001110111011000101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47828; }

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

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

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

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

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

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

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

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