#BA8030

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

Shades of Mandalay #BA8030

Tints of Mandalay #BA8030

Color information

#BA8030 (or 0xBA8030) is unknown color: approx Mandalay. HEX triplet: BA, 80 and 30. RGB value is (186,128,48). Sum of RGB (Red+Green+Blue) = 186+128+48=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8030 is #457FCF. Grayscale: #888888. Windows color (decimal): -4554704 or 3178682. OLE color: 3178682.

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

Color convert

RGB18612848-
CMYK00.310.740.27
HSL34.78º58.97%45.88%-
HSV(B)34.78º74.19%72.94%-
XYZ28.526.096.33-
YUV136.2278.22163.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.38%
GREEN value IS 128 (50.39% from 255) = 35.36%
BLUE value IS 48 (19.14% from 255) = 13.26%
R=51.38%
G=35.36%
B=13.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861284800.310.740.2734.7858.9745.88
HexBA803001F4A1B233b2e
Octal2722006003711233437356
Binary1011101010000000110000011111100101011011100011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8030; }

 p { color: rgb(186,128,48); }

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

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

 a { background-color: rgb(186,128,48); }

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

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

 span { border-color: rgb(186,128,48); }

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