#B9822A

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

Shades of Mandalay #B9822A

Tints of Mandalay #B9822A

Color information

#B9822A (or 0xB9822A) is unknown color: approx Mandalay. HEX triplet: B9, 82 and 2A. RGB value is (185,130,42). Sum of RGB (Red+Green+Blue) = 185+130+42=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 42 (16.80% from 255 or 11.76% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B9822A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9822A is #467DD5. Grayscale: #888888. Windows color (decimal): -4619734 or 2785977. OLE color: 2785977.

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

Color convert

RGB18513042-
CMYK00.300.770.27
HSL36.92º63%44.51%-
HSV(B)36.92º77.3%72.55%-
XYZ28.4126.455.8-
YUV136.4174.72162.66-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.82%
GREEN value IS 130 (51.17% from 255) = 36.41%
BLUE value IS 42 (16.80% from 255) = 11.76%
R=51.82%
G=36.41%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851304200.300.770.2736.926344.51
HexB9822A01E4D1B253f2d
Octal2712025203611533457755
Binary1011100110000010101010011110100110111011100101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9822A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9822A; }

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

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

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

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

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

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

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

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