#BA873D

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

Shades of Marigold #BA873D

Tints of Marigold #BA873D

Color information

#BA873D (or 0xBA873D) is unknown color: approx Marigold. HEX triplet: BA, 87 and 3D. RGB value is (186,135,61). Sum of RGB (Red+Green+Blue) = 186+135+61=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 61 (24.22% from 255 or 15.97% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA873D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA873D is #4578C2. Grayscale: #8E8E8E. Windows color (decimal): -4552899 or 4032442. OLE color: 4032442.

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

Color convert

RGB18613561-
CMYK00.270.670.27
HSL35.52º50.61%48.43%-
HSV(B)35.52º67.2%72.94%-
XYZ29.7628.18.27-
YUV141.8182.4159.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.69%
GREEN value IS 135 (53.12% from 255) = 35.34%
BLUE value IS 61 (24.22% from 255) = 15.97%
R=48.69%
G=35.34%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861356100.270.670.2735.5250.6148.43
HexBA873D01B431B243330
Octal2722077503310333446360
Binary1011101010000111111101011011100001111011100100110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA873D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA873D; }

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

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

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

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

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

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

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

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