Html Css Color HEX #BA8839 Marigold

📋 copy color: '#BA8839'

red 186 ◦ green 136 ◦ blue 57

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

Shades of Marigold #BA8839

Tints of Marigold #BA8839

RGB

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

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

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

R = 49.08%
G = 35.88%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA8839 (or 0xBA8839) is known color: Marigold. HEX triplet: BA, 88 and 39. RGB value is (186,136,57). Sum of RGB (Red+Green+Blue) = 186+136+57=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 57 (22.66% from 255 or 15.04% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8839 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8839 is #4577C6. Grayscale: #8E8E8E. Windows color (decimal): -4552647 or 3770554. OLE color: 3770554.

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

Color convert

RGB 186 136 57 -
CMYK 0 0.27 0.69 0.27
HSL 36.74º 0.53% 0.48% -
HSV(B) 36.74º 0.69% 0.73% -
XYZ 29.79 28.34 7.77 -
YUV 141.94 80.07 159.42 -
System Red Green Blue C M Y K H S L
Decimal 186 136 57 0 0.27 0.69 0.27 36.74 0.53 0.48
Hex BA 88 39 0 1B 45 1B 25 35 30
Octal 272 210 71 0 33 105 33 45 65 60
Binary 10111010 10001000 111001 0 11011 1000101 11011 100101 110101 110000

Color Harmonies of #BA8839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8839

Black with #BA8839

Text Example


Text Example

White with #BA8839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8839; }

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

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

background-color css

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

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

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

border-color css

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

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

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