Html Css Color HEX #BA8837 Marigold

📋 copy color: '#BA8837'

red 186 ◦ green 136 ◦ blue 55

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

Shades of Marigold #BA8837

Tints of Marigold #BA8837

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.07%

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

R = 49.34%
G = 36.07%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA8837 (or 0xBA8837) is known color: Marigold. HEX triplet: BA, 88 and 37. RGB value is (186,136,55). Sum of RGB (Red+Green+Blue) = 186+136+55=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 55 (21.88% from 255 or 14.59% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8837 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8837 is #4577C8. Grayscale: #8E8E8E. Windows color (decimal): -4552649 or 3639482. OLE color: 3639482.

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

Color convert

RGB 186 136 55 -
CMYK 0 0.27 0.70 0.27
HSL 37.1º 0.54% 0.47% -
HSV(B) 37.1º 0.7% 0.73% -
XYZ 29.74 28.32 7.51 -
YUV 141.72 79.07 159.59 -
System Red Green Blue C M Y K H S L
Decimal 186 136 55 0 0.27 0.70 0.27 37.1 0.54 0.47
Hex BA 88 37 0 1B 46 1B 25 36 2F
Octal 272 210 67 0 33 106 33 45 66 57
Binary 10111010 10001000 110111 0 11011 1000110 11011 100101 110110 101111

Color Harmonies of #BA8837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8837

Black with #BA8837

Text Example


Text Example

White with #BA8837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8837; }

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

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

background-color css

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

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

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

border-color css

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

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

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