#BA822F

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

Shades of Mandalay #BA822F

Tints of Mandalay #BA822F

Color information

#BA822F (or 0xBA822F) is unknown color: approx Mandalay. HEX triplet: BA, 82 and 2F. RGB value is (186,130,47). Sum of RGB (Red+Green+Blue) = 186+130+47=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 47 (18.75% from 255 or 12.95% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA822F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA822F is #457DD0. Grayscale: #898989. Windows color (decimal): -4554193 or 3113658. OLE color: 3113658.

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

Color convert

RGB18613047-
CMYK00.300.750.27
HSL35.83º59.66%45.69%-
HSV(B)35.83º74.73%72.94%-
XYZ28.7526.616.31-
YUV137.2877.05162.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.24%
GREEN value IS 130 (51.17% from 255) = 35.81%
BLUE value IS 47 (18.75% from 255) = 12.95%
R=51.24%
G=35.81%
B=12.95%

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
Decimal1861304700.300.750.2735.8359.6645.69
HexBA822F01E4B1B243c2e
Octal2722025703611333447456
Binary1011101010000010101111011110100101111011100100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA822F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA822F; }

 p { color: rgb(186,130,47); }

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

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

 a { background-color: rgb(186,130,47); }

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

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

 span { border-color: rgb(186,130,47); }

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