#BA802A

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

Shades of Mandalay #BA802A

Tints of Mandalay #BA802A

Color information

#BA802A (or 0xBA802A) is unknown color: approx Mandalay. HEX triplet: BA, 80 and 2A. RGB value is (186,128,42). Sum of RGB (Red+Green+Blue) = 186+128+42=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA802A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA802A is #457FD5. Grayscale: #878787. Windows color (decimal): -4554710 or 2785466. OLE color: 2785466.

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

Color convert

RGB18612842-
CMYK00.310.770.27
HSL35.83º63.16%44.71%-
HSV(B)35.83º77.42%72.94%-
XYZ28.3926.045.72-
YUV135.5475.22163.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.25%
GREEN value IS 128 (50.39% from 255) = 35.96%
BLUE value IS 42 (16.80% from 255) = 11.80%
R=52.25%
G=35.96%
B=11.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861284200.310.770.2735.8363.1644.71
HexBA802A01F4D1B243f2d
Octal2722005203711533447755
Binary1011101010000000101010011111100110111011100100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA802A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA802A; }

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

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

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

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

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

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

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

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