#B98431

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

Shades of Mandalay #B98431

Tints of Mandalay #B98431

Color information

#B98431 (or 0xB98431) is unknown color: approx Mandalay. HEX triplet: B9, 84 and 31. RGB value is (185,132,49). Sum of RGB (Red+Green+Blue) = 185+132+49=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 49 (19.53% from 255 or 13.39% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B98431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98431 is #467BCE. Grayscale: #8A8A8A. Windows color (decimal): -4619215 or 3245241. OLE color: 3245241.

HSL color Cylindrical-coordinate representation of color #B98431: hue angle of 36.62º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B98431 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB18513249-
CMYK00.290.740.27
HSL36.62º58.12%45.88%-
HSV(B)36.62º73.51%72.55%-
XYZ28.8127.046.61-
YUV138.3877.56161.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.55%
GREEN value IS 132 (51.95% from 255) = 36.07%
BLUE value IS 49 (19.53% from 255) = 13.39%
R=50.55%
G=36.07%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851324900.290.740.2736.6258.1245.88
HexB9843101D4A1B253a2e
Octal2712046103511233457256
Binary1011100110000100110001011101100101011011100101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98431; }

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

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

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

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

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

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

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

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