#B9852B

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

Shades of Mandalay #B9852B

Tints of Mandalay #B9852B

Color information

#B9852B (or 0xB9852B) is unknown color: approx Mandalay. HEX triplet: B9, 85 and 2B. RGB value is (185,133,43). Sum of RGB (Red+Green+Blue) = 185+133+43=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 43 (17.19% from 255 or 11.91% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B9852B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9852B is #467AD4. Grayscale: #8A8A8A. Windows color (decimal): -4618965 or 2852281. OLE color: 2852281.

HSL color Cylindrical-coordinate representation of color #B9852B: hue angle of 38.03º degrees, saturation: 0.62, 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 #B9852B is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB18513343-
CMYK00.280.770.27
HSL38.03º62.28%44.71%-
HSV(B)38.03º76.76%72.55%-
XYZ28.8327.266.03-
YUV138.2974.23161.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.25%
GREEN value IS 133 (52.34% from 255) = 36.84%
BLUE value IS 43 (17.19% from 255) = 11.91%
R=51.25%
G=36.84%
B=11.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851334300.280.770.2738.0362.2844.71
HexB9852B01C4D1B263e2d
Octal2712055303411533467655
Binary1011100110000101101011011100100110111011100110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9852B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9852B; }

 p { color: rgb(185,133,43); }

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

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

 a { background-color: rgb(185,133,43); }

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

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

 span { border-color: rgb(185,133,43); }

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