#BA8548

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

Shades of Marigold #BA8548

Tints of Marigold #BA8548

Color information

#BA8548 (or 0xBA8548) is unknown color: approx Marigold. HEX triplet: BA, 85 and 48. RGB value is (186,133,72). Sum of RGB (Red+Green+Blue) = 186+133+72=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8548 is #457AB7. Grayscale: #8E8E8E. Windows color (decimal): -4553400 or 4752826. OLE color: 4752826.

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

Color convert

RGB18613372-
CMYK00.280.610.27
HSL32.11º45.24%50.59%-
HSV(B)32.11º61.29%72.94%-
XYZ29.8127.689.9-
YUV141.8988.56159.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.57%
GREEN value IS 133 (52.34% from 255) = 34.02%
BLUE value IS 72 (28.52% from 255) = 18.41%
R=47.57%
G=34.02%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861337200.280.610.2732.1145.2450.59
HexBA854801C3D1B202d33
Octal2722051100347533405563
Binary1011101010000101100100001110011110111011100000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8548; }

 p { color: rgb(186,133,72); }

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

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

 a { background-color: rgb(186,133,72); }

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

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

 span { border-color: rgb(186,133,72); }

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