#BA873B

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

Shades of Marigold #BA873B

Tints of Marigold #BA873B

Color information

#BA873B (or 0xBA873B) is unknown color: approx Marigold. HEX triplet: BA, 87 and 3B. RGB value is (186,135,59). Sum of RGB (Red+Green+Blue) = 186+135+59=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 135 (53.12% from 255 or 35.53% from 380); Blue value is 59 (23.44% from 255 or 15.53% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA873B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA873B is #4578C4. Grayscale: #8D8D8D. Windows color (decimal): -4552901 or 3901370. OLE color: 3901370.

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

Color convert

RGB18613559-
CMYK00.270.680.27
HSL35.91º51.84%48.04%-
HSV(B)35.91º68.28%72.94%-
XYZ29.728.087.99-
YUV141.5881.4159.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.95%
GREEN value IS 135 (53.12% from 255) = 35.53%
BLUE value IS 59 (23.44% from 255) = 15.53%
R=48.95%
G=35.53%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861355900.270.680.2735.9151.8448.04
HexBA873B01B441B243430
Octal2722077303310433446460
Binary1011101010000111111011011011100010011011100100110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA873B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA873B; }

 p { color: rgb(186,135,59); }

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

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

 a { background-color: rgb(186,135,59); }

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

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

 span { border-color: rgb(186,135,59); }

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