#B47928

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

Shades of Mandalay #B47928

Tints of Mandalay #B47928

Color information

#B47928 (or 0xB47928) is unknown color: approx Mandalay. HEX triplet: B4, 79 and 28. RGB value is (180,121,40). Sum of RGB (Red+Green+Blue) = 180+121+40=341 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.79% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 180 - color contains mainly: red. Hex color #B47928 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47928 is #4B86D7. Grayscale: #818181. Windows color (decimal): -4949720 or 2652596. OLE color: 2652596.

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

Color convert

RGB18012140-
CMYK00.330.780.29
HSL34.71º63.64%43.14%-
HSV(B)34.71º77.78%70.59%-
XYZ26.0423.535.18-
YUV129.4177.55164.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.79%
GREEN value IS 121 (47.66% from 255) = 35.48%
BLUE value IS 40 (16.02% from 255) = 11.73%
R=52.79%
G=35.48%
B=11.73%

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
Decimal1801214000.330.780.2934.7163.6443.14
HexB479280214E1D23402b
Octal26417150041116354310053
Binary10110100111100110100001000011001110111011000111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47928; }

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

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

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

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

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

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

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

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