#B9842D

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

Shades of Mandalay #B9842D

Tints of Mandalay #B9842D

Color information

#B9842D (or 0xB9842D) is unknown color: approx Mandalay. HEX triplet: B9, 84 and 2D. RGB value is (185,132,45). Sum of RGB (Red+Green+Blue) = 185+132+45=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B9842D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9842D is #467BD2. Grayscale: #8A8A8A. Windows color (decimal): -4619219 or 2983097. OLE color: 2983097.

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

Color convert

RGB18513245-
CMYK00.290.760.27
HSL37.29º60.87%45.1%-
HSV(B)37.29º75.68%72.55%-
XYZ28.7327.016.18-
YUV137.9375.56161.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.10%
GREEN value IS 132 (51.95% from 255) = 36.46%
BLUE value IS 45 (17.97% from 255) = 12.43%
R=51.10%
G=36.46%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851324500.290.760.2737.2960.8745.1
HexB9842D01D4C1B253d2d
Octal2712045503511433457555
Binary1011100110000100101101011101100110011011100101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9842D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9842D; }

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

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

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

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

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

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

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

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