#B98226

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

Shades of Mandalay #B98226

Tints of Mandalay #B98226

Color information

#B98226 (or 0xB98226) is unknown color: approx Mandalay. HEX triplet: B9, 82 and 26. RGB value is (185,130,38). Sum of RGB (Red+Green+Blue) = 185+130+38=353 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.41% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 38 (15.23% from 255 or 10.76% from 353); Max value from RGB is 185 - color contains mainly: red. Hex color #B98226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98226 is #467DD9. Grayscale: #888888. Windows color (decimal): -4619738 or 2523833. OLE color: 2523833.

HSL color Cylindrical-coordinate representation of color #B98226: hue angle of 37.55º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B98226 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB18513038-
CMYK00.300.790.27
HSL37.55º65.92%43.73%-
HSV(B)37.55º79.46%72.55%-
XYZ28.3426.425.44-
YUV135.9672.72162.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.41%
GREEN value IS 130 (51.17% from 255) = 36.83%
BLUE value IS 38 (15.23% from 255) = 10.76%
R=52.41%
G=36.83%
B=10.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851303800.300.790.2737.5565.9243.73
HexB9822601E4F1B26422c
Octal27120246036117334610254
Binary10111001100000101001100111101001111110111001101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98226; }

 p { color: rgb(185,130,38); }

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

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

 a { background-color: rgb(185,130,38); }

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

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

 span { border-color: rgb(185,130,38); }

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