#BA852A

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

Shades of Mandalay #BA852A

Tints of Mandalay #BA852A

Color information

#BA852A (or 0xBA852A) is unknown color: approx Mandalay. HEX triplet: BA, 85 and 2A. RGB value is (186,133,42). Sum of RGB (Red+Green+Blue) = 186+133+42=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 42 (16.80% from 255 or 11.63% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA852A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA852A is #457AD5. Grayscale: #8A8A8A. Windows color (decimal): -4553430 or 2786746. OLE color: 2786746.

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

Color convert

RGB18613342-
CMYK00.280.770.27
HSL37.92º63.16%44.71%-
HSV(B)37.92º77.42%72.94%-
XYZ29.0627.385.94-
YUV138.4773.56161.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.52%
GREEN value IS 133 (52.34% from 255) = 36.84%
BLUE value IS 42 (16.80% from 255) = 11.63%
R=51.52%
G=36.84%
B=11.63%

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
Decimal1861334200.280.770.2737.9263.1644.71
HexBA852A01C4D1B263f2d
Octal2722055203411533467755
Binary1011101010000101101010011100100110111011100110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA852A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA852A; }

 p { color: rgb(186,133,42); }

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

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

 a { background-color: rgb(186,133,42); }

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

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

 span { border-color: rgb(186,133,42); }

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