#b18431

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

Shades of Mandalay #B18431

Tints of Mandalay #B18431

Color information

#B18431 (or 0xB18431) is unknown color: approx Mandalay. HEX triplet: B1, 84 and 31. RGB value is (177,132,49). Sum of RGB (Red+Green+Blue) = 177+132+49=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 49 (19.53% from 255 or 13.69% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B18431 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18431 is #4E7BCE. Grayscale: #888888. Windows color (decimal): -5143503 or 3245233. OLE color: 3245233.

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

Color convert

RGB17713249-
CMYK00.250.720.31
HSL38.91º56.64%44.31%-
HSV(B)38.91º72.32%69.41%-
XYZ26.9426.076.52-
YUV135.9978.91157.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.44%
GREEN value IS 132 (51.95% from 255) = 36.87%
BLUE value IS 49 (19.53% from 255) = 13.69%
R=49.44%
G=36.87%
B=13.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771324900.250.720.3138.9156.6444.31
HexB18431019481F27392c
Octal2612046103111037477154
Binary1011000110000100110001011001100100011111100111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b18431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b18431; }

 p { color: rgb(177,132,49); }

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

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

 a { background-color: rgb(177,132,49); }

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

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

 span { border-color: rgb(177,132,49); }

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