#B9842F

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

Shades of Mandalay #B9842F

Tints of Mandalay #B9842F

Color information

#B9842F (or 0xB9842F) is unknown color: approx Mandalay. HEX triplet: B9, 84 and 2F. RGB value is (185,132,47). Sum of RGB (Red+Green+Blue) = 185+132+47=364 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.82% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 47 (18.75% from 255 or 12.91% from 364); Max value from RGB is 185 - color contains mainly: red. Hex color #B9842F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9842F is #467BD0. Grayscale: #8A8A8A. Windows color (decimal): -4619217 or 3114169. OLE color: 3114169.

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

Color convert

RGB18513247-
CMYK00.290.750.27
HSL36.96º59.48%45.49%-
HSV(B)36.96º74.59%72.55%-
XYZ28.7727.026.39-
YUV138.1676.56161.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.82%
GREEN value IS 132 (51.95% from 255) = 36.26%
BLUE value IS 47 (18.75% from 255) = 12.91%
R=50.82%
G=36.26%
B=12.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851324700.290.750.2736.9659.4845.49
HexB9842F01D4B1B253b2d
Octal2712045703511333457355
Binary1011100110000100101111011101100101111011100101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9842F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9842F; }

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

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

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

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

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

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

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

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