#BA8C3B

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

Shades of Marigold #BA8C3B

Tints of Marigold #BA8C3B

Color information

#BA8C3B (or 0xBA8C3B) is unknown color: approx Marigold. HEX triplet: BA, 8C and 3B. RGB value is (186,140,59). Sum of RGB (Red+Green+Blue) = 186+140+59=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 59 (23.44% from 255 or 15.32% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8C3B is #4573C4. Grayscale: #909090. Windows color (decimal): -4551621 or 3902650. OLE color: 3902650.

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

Color convert

RGB18614059-
CMYK00.250.680.27
HSL38.27º51.84%48.04%-
HSV(B)38.27º68.28%72.94%-
XYZ30.4229.518.23-
YUV144.5279.74157.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.31%
GREEN value IS 140 (55.08% from 255) = 36.36%
BLUE value IS 59 (23.44% from 255) = 15.32%
R=48.31%
G=36.36%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861405900.250.680.2738.2751.8448.04
HexBA8C3B019441B263430
Octal2722147303110433466460
Binary1011101010001100111011011001100010011011100110110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8C3B; }

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

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

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

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

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

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

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

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