Html Css Color HEX #BA8944 Marigold

📋 copy color: '#BA8944'

red 186 ◦ green 137 ◦ blue 68

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

Shades of Marigold #BA8944

Tints of Marigold #BA8944

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.04%

 BLUE value IS 68 (26.95% from 255) = 17.39%

R = 47.57%
G = 35.04%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA8944 (or 0xBA8944) is known color: Marigold. HEX triplet: BA, 89 and 44. RGB value is (186,137,68). Sum of RGB (Red+Green+Blue) = 186+137+68=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 68 (26.95% from 255 or 17.39% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8944 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8944 is #4576BB. Grayscale: #909090. Windows color (decimal): -4552380 or 4491706. OLE color: 4491706.

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

Color convert

RGB 186 137 68 -
CMYK 0 0.26 0.63 0.27
HSL 35.08º 0.46% 0.5% -
HSV(B) 35.08º 0.63% 0.73% -
XYZ 30.24 28.75 9.42 -
YUV 143.79 85.23 158.11 -
System Red Green Blue C M Y K H S L
Decimal 186 137 68 0 0.26 0.63 0.27 35.08 0.46 0.5
Hex BA 89 44 0 1A 3F 1B 23 2E 32
Octal 272 211 104 0 32 77 33 43 56 62
Binary 10111010 10001001 1000100 0 11010 111111 11011 100011 101110 110010

Color Harmonies of #BA8944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8944

Black with #BA8944

Text Example


Text Example

White with #BA8944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8944; }

 p { color: rgb(186,137,68); }

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

background-color css

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

 a { background-color: rgb(186,137,68); }

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

border-color css

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

 span { border-color: rgb(186,137,68); }

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