#B9832D

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

Shades of Mandalay #B9832D

Tints of Mandalay #B9832D

Color information

#B9832D (or 0xB9832D) is unknown color: approx Mandalay. HEX triplet: B9, 83 and 2D. RGB value is (185,131,45). Sum of RGB (Red+Green+Blue) = 185+131+45=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 45 (17.97% from 255 or 12.47% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B9832D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9832D is #467CD2. Grayscale: #898989. Windows color (decimal): -4619475 or 2982841. OLE color: 2982841.

HSL color Cylindrical-coordinate representation of color #B9832D: hue angle of 36.86º 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 #B9832D is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB18513145-
CMYK00.290.760.27
HSL36.86º60.87%45.1%-
HSV(B)36.86º75.68%72.55%-
XYZ28.626.746.14-
YUV137.3475.89161.99-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.25%
GREEN value IS 131 (51.56% from 255) = 36.29%
BLUE value IS 45 (17.97% from 255) = 12.47%
R=51.25%
G=36.29%
B=12.47%

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
Decimal1851314500.290.760.2736.8660.8745.1
HexB9832D01D4C1B253d2d
Octal2712035503511433457555
Binary1011100110000011101101011101100110011011100101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9832D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9832D; }

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

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

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

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

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

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

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

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