#BA8B45

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

Shades of Marigold #BA8B45

Tints of Marigold #BA8B45

Color information

#BA8B45 (or 0xBA8B45) is unknown color: approx Marigold. HEX triplet: BA, 8B and 45. RGB value is (186,139,69). Sum of RGB (Red+Green+Blue) = 186+139+69=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 69 (27.34% from 255 or 17.51% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8B45 is #4574BA. Grayscale: #919191. Windows color (decimal): -4551867 or 4557754. OLE color: 4557754.

HSL color Cylindrical-coordinate representation of color #BA8B45: hue angle of 35.9º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA8B45 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB18613969-
CMYK00.250.630.27
HSL35.9º45.88%50%-
HSV(B)35.9º62.9%72.94%-
XYZ30.5629.339.68-
YUV145.0785.07157.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.21%
GREEN value IS 139 (54.69% from 255) = 35.28%
BLUE value IS 69 (27.34% from 255) = 17.51%
R=47.21%
G=35.28%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861396900.250.630.2735.945.8850
HexBA8B450193F1B242e32
Octal2722131050317733445662
Binary1011101010001011100010101100111111111011100100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8B45; }

 p { color: rgb(186,139,69); }

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

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

 a { background-color: rgb(186,139,69); }

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

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

 span { border-color: rgb(186,139,69); }

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