Html Css Color HEX #BA8547 Marigold

📋 copy color: '#BA8547'

red 186 ◦ green 133 ◦ blue 71

#BA8547
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Marigold #BA8547

Tints of Marigold #BA8547

RGB

 RED value IS 186 (73.05% from 255) = 47.69%

 GREEN value IS 133 (52.34% from 255) = 34.1%

 BLUE value IS 71 (28.13% from 255) = 18.21%

R = 47.69%
G = 34.1%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA8547 (or 0xBA8547) is known color: Marigold. HEX triplet: BA, 85 and 47. RGB value is (186,133,71). Sum of RGB (Red+Green+Blue) = 186+133+71=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 71 (28.12% from 255 or 18.21% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8547 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8547 is #457AB8. Grayscale: #8E8E8E. Windows color (decimal): -4553401 or 4687290. OLE color: 4687290.

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

Color convert

RGB 186 133 71 -
CMYK 0 0.28 0.62 0.27
HSL 32.35º 0.45% 0.5% -
HSV(B) 32.35º 0.62% 0.73% -
XYZ 29.77 27.67 9.73 -
YUV 141.78 88.06 159.54 -
System Red Green Blue C M Y K H S L
Decimal 186 133 71 0 0.28 0.62 0.27 32.35 0.45 0.5
Hex BA 85 47 0 1C 3E 1B 20 2D 32
Octal 272 205 107 0 34 76 33 40 55 62
Binary 10111010 10000101 1000111 0 11100 111110 11011 100000 101101 110010

Color Harmonies of #BA8547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8547

Black with #BA8547

Text Example


Text Example

White with #BA8547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8547; }

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

 H1.HeaderClassName
 {
   color: #BA8547;
 }
 .AnyTagClassName
 {
   color: #BA8547;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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