Html Css Color HEX #BA8939 Marigold

📋 copy color: '#BA8939'

red 186 ◦ green 137 ◦ blue 57

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

Shades of Marigold #BA8939

Tints of Marigold #BA8939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15%

R = 48.95%
G = 36.05%
B = 15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA8939 (or 0xBA8939) is known color: Marigold. HEX triplet: BA, 89 and 39. RGB value is (186,137,57). Sum of RGB (Red+Green+Blue) = 186+137+57=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 57 (22.66% from 255 or 15% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8939 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8939 is #4576C6. Grayscale: #8E8E8E. Windows color (decimal): -4552391 or 3770810. OLE color: 3770810.

HSL color Cylindrical-coordinate representation of color #BA8939: hue angle of 37.21º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA8939 is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 137 57 -
CMYK 0 0.26 0.69 0.27
HSL 37.21º 0.53% 0.48% -
HSV(B) 37.21º 0.69% 0.73% -
XYZ 29.93 28.63 7.82 -
YUV 142.53 79.73 159 -
System Red Green Blue C M Y K H S L
Decimal 186 137 57 0 0.26 0.69 0.27 37.21 0.53 0.48
Hex BA 89 39 0 1A 45 1B 25 35 30
Octal 272 211 71 0 32 105 33 45 65 60
Binary 10111010 10001001 111001 0 11010 1000101 11011 100101 110101 110000

Color Harmonies of #BA8939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8939

Black with #BA8939

Text Example


Text Example

White with #BA8939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8939; }

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

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

background-color css

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

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

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

border-color css

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

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

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