#B18030

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

Shades of Mandalay #B18030

Tints of Mandalay #B18030

Color information

#B18030 (or 0xB18030) is unknown color: approx Mandalay. HEX triplet: B1, 80 and 30. RGB value is (177,128,48). Sum of RGB (Red+Green+Blue) = 177+128+48=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 48 (19.14% from 255 or 13.60% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B18030 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18030 is #4E7FCF. Grayscale: #858585. Windows color (decimal): -5144528 or 3178673. OLE color: 3178673.

HSL color Cylindrical-coordinate representation of color #B18030: hue angle of 37.21º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B18030 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB17712848-
CMYK00.280.730.31
HSL37.21º57.33%44.12%-
HSV(B)37.21º72.88%69.41%-
XYZ26.38256.23-
YUV133.5379.73159-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.14%
GREEN value IS 128 (50.39% from 255) = 36.26%
BLUE value IS 48 (19.14% from 255) = 13.60%
R=50.14%
G=36.26%
B=13.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771284800.280.730.3137.2157.3344.12
HexB1803001C491F25392c
Octal2612006003411137457154
Binary1011000110000000110000011100100100111111100101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18030; }

 p { color: rgb(177,128,48); }

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

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

 a { background-color: rgb(177,128,48); }

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

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

 span { border-color: rgb(177,128,48); }

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