Html Css Color HEX #BA8546 Marigold

📋 copy color: '#BA8546'

red 186 ◦ green 133 ◦ blue 70

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

Shades of Marigold #BA8546

Tints of Marigold #BA8546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.99%

R = 47.81%
G = 34.19%
B = 17.99%

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

#BA8546 (or 0xBA8546) is known color: Marigold. HEX triplet: BA, 85 and 46. RGB value is (186,133,70). Sum of RGB (Red+Green+Blue) = 186+133+70=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 70 (27.73% from 255 or 17.99% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8546 is #457AB9. Grayscale: #8D8D8D. Windows color (decimal): -4553402 or 4621754. OLE color: 4621754.

HSL color Cylindrical-coordinate representation of color #BA8546: hue angle of 32.59º degrees, saturation: 0.46, 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 #BA8546 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 133 70 -
CMYK 0 0.28 0.62 0.27
HSL 32.59º 0.46% 0.5% -
HSV(B) 32.59º 0.62% 0.73% -
XYZ 29.74 27.66 9.56 -
YUV 141.67 87.56 159.62 -
System Red Green Blue C M Y K H S L
Decimal 186 133 70 0 0.28 0.62 0.27 32.59 0.46 0.5
Hex BA 85 46 0 1C 3E 1B 21 2E 32
Octal 272 205 106 0 34 76 33 41 56 62
Binary 10111010 10000101 1000110 0 11100 111110 11011 100001 101110 110010

Color Harmonies of #BA8546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8546

Black with #BA8546

Text Example


Text Example

White with #BA8546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8546; }

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

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

background-color css

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

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

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

border-color css

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

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

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