Html Css Color HEX #BA8937 Marigold

📋 copy color: '#BA8937'

red 186 ◦ green 137 ◦ blue 55

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

Shades of Marigold #BA8937

Tints of Marigold #BA8937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 14.55%

R = 49.21%
G = 36.24%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA8937 (or 0xBA8937) is known color: Marigold. HEX triplet: BA, 89 and 37. RGB value is (186,137,55). Sum of RGB (Red+Green+Blue) = 186+137+55=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 55 (21.88% from 255 or 14.55% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8937 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8937 is #4576C8. Grayscale: #8E8E8E. Windows color (decimal): -4552393 or 3639738. OLE color: 3639738.

HSL color Cylindrical-coordinate representation of color #BA8937: hue angle of 37.56º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA8937 is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 137 55 -
CMYK 0 0.26 0.70 0.27
HSL 37.56º 0.54% 0.47% -
HSV(B) 37.56º 0.7% 0.73% -
XYZ 29.88 28.61 7.56 -
YUV 142.3 78.73 159.17 -
System Red Green Blue C M Y K H S L
Decimal 186 137 55 0 0.26 0.70 0.27 37.56 0.54 0.47
Hex BA 89 37 0 1A 46 1B 26 36 2F
Octal 272 211 67 0 32 106 33 46 66 57
Binary 10111010 10001001 110111 0 11010 1000110 11011 100110 110110 101111

Color Harmonies of #BA8937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8937

Black with #BA8937

Text Example


Text Example

White with #BA8937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8937; }

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

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

background-color css

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

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

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

border-color css

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

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

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