#B9822D

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

Shades of Mandalay #B9822D

Tints of Mandalay #B9822D

Color information

#B9822D (or 0xB9822D) is unknown color: approx Mandalay. HEX triplet: B9, 82 and 2D. RGB value is (185,130,45). Sum of RGB (Red+Green+Blue) = 185+130+45=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 45 (17.97% from 255 or 12.5% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B9822D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9822D is #467DD2. Grayscale: #898989. Windows color (decimal): -4619731 or 2982585. OLE color: 2982585.

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

Color convert

RGB18513045-
CMYK00.300.760.27
HSL36.43º60.87%45.1%-
HSV(B)36.43º75.68%72.55%-
XYZ28.4626.476.09-
YUV136.7676.22162.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.39%
GREEN value IS 130 (51.17% from 255) = 36.11%
BLUE value IS 45 (17.97% from 255) = 12.5%
R=51.39%
G=36.11%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851304500.300.760.2736.4360.8745.1
HexB9822D01E4C1B243d2d
Octal2712025503611433447555
Binary1011100110000010101101011110100110011011100100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9822D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9822D; }

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

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

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

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

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

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

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

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