#BA7F33

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

Shades of Mandalay #BA7F33

Tints of Mandalay #BA7F33

Color information

#BA7F33 (or 0xBA7F33) is unknown color: approx Mandalay. HEX triplet: BA, 7F and 33. RGB value is (186,127,51). Sum of RGB (Red+Green+Blue) = 186+127+51=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 51 (20.31% from 255 or 14.01% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7F33 is #4580CC. Grayscale: #888888. Windows color (decimal): -4554957 or 3375034. OLE color: 3375034.

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

Color convert

RGB18612751-
CMYK00.320.730.27
HSL33.78º56.96%46.47%-
HSV(B)33.78º72.58%72.94%-
XYZ28.4425.866.62-
YUV135.9880.05163.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.10%
GREEN value IS 127 (50% from 255) = 34.89%
BLUE value IS 51 (20.31% from 255) = 14.01%
R=51.10%
G=34.89%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861275100.320.730.2733.7856.9646.47
HexBA7F33020491B22392e
Octal2721776304011133427156
Binary1011101011111111100110100000100100111011100010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7F33; }

 p { color: rgb(186,127,51); }

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

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

 a { background-color: rgb(186,127,51); }

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

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

 span { border-color: rgb(186,127,51); }

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