#B9812F

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

Shades of Mandalay #B9812F

Tints of Mandalay #B9812F

Color information

#B9812F (or 0xB9812F) is unknown color: approx Mandalay. HEX triplet: B9, 81 and 2F. RGB value is (185,129,47). Sum of RGB (Red+Green+Blue) = 185+129+47=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 47 (18.75% from 255 or 13.02% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B9812F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9812F is #467ED0. Grayscale: #888888. Windows color (decimal): -4619985 or 3113401. OLE color: 3113401.

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

Color convert

RGB18512947-
CMYK00.300.750.27
HSL35.65º59.48%45.49%-
HSV(B)35.65º74.59%72.55%-
XYZ28.3726.226.25-
YUV136.477.55162.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.25%
GREEN value IS 129 (50.78% from 255) = 35.73%
BLUE value IS 47 (18.75% from 255) = 13.02%
R=51.25%
G=35.73%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851294700.300.750.2735.6559.4845.49
HexB9812F01E4B1B243b2d
Octal2712015703611333447355
Binary1011100110000001101111011110100101111011100100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9812F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9812F; }

 p { color: rgb(185,129,47); }

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

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

 a { background-color: rgb(185,129,47); }

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

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

 span { border-color: rgb(185,129,47); }

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