#BA8228

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

Shades of Mandalay #BA8228

Tints of Mandalay #BA8228

Color information

#BA8228 (or 0xBA8228) is unknown color: approx Mandalay. HEX triplet: BA, 82 and 28. RGB value is (186,130,40). Sum of RGB (Red+Green+Blue) = 186+130+40=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8228 is #457DD7. Grayscale: #888888. Windows color (decimal): -4554200 or 2654906. OLE color: 2654906.

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

Color convert

RGB18613040-
CMYK00.300.780.27
HSL36.99º64.6%44.31%-
HSV(B)36.99º78.49%72.94%-
XYZ28.6226.565.63-
YUV136.4873.55163.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.25%
GREEN value IS 130 (51.17% from 255) = 36.52%
BLUE value IS 40 (16.02% from 255) = 11.24%
R=52.25%
G=36.52%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861304000.300.780.2736.9964.644.31
HexBA822801E4E1B25412c
Octal27220250036116334510154
Binary10111010100000101010000111101001110110111001011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8228; }

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

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

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

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

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

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

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

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