#BA842E

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

Shades of Mandalay #BA842E

Tints of Mandalay #BA842E

Color information

#BA842E (or 0xBA842E) is unknown color: approx Mandalay. HEX triplet: BA, 84 and 2E. RGB value is (186,132,46). Sum of RGB (Red+Green+Blue) = 186+132+46=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 46 (18.36% from 255 or 12.64% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA842E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA842E is #457BD1. Grayscale: #8A8A8A. Windows color (decimal): -4553682 or 3048634. OLE color: 3048634.

HSL color Cylindrical-coordinate representation of color #BA842E: hue angle of 36.86º degrees, saturation: 0.6, 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 #BA842E is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB18613246-
CMYK00.290.750.27
HSL36.86º60.34%45.49%-
HSV(B)36.86º75.27%72.94%-
XYZ28.9927.146.29-
YUV138.3475.89161.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.10%
GREEN value IS 132 (51.95% from 255) = 36.26%
BLUE value IS 46 (18.36% from 255) = 12.64%
R=51.10%
G=36.26%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861324600.290.750.2736.8660.3445.49
HexBA842E01D4B1B253c2d
Octal2722045603511333457455
Binary1011101010000100101110011101100101111011100101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA842E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA842E; }

 p { color: rgb(186,132,46); }

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

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

 a { background-color: rgb(186,132,46); }

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

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

 span { border-color: rgb(186,132,46); }

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