Html Css Color HEX #BA8736 Marigold

📋 copy color: '#BA8736'

red 186 ◦ green 135 ◦ blue 54

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

Shades of Marigold #BA8736

Tints of Marigold #BA8736

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36%

 BLUE value IS 54 (21.48% from 255) = 14.4%

R = 49.6%
G = 36%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BA8736 (or 0xBA8736) is known color: Marigold. HEX triplet: BA, 87 and 36. RGB value is (186,135,54). Sum of RGB (Red+Green+Blue) = 186+135+54=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 54 (21.48% from 255 or 14.4% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8736 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8736 is #4578C9. Grayscale: #8D8D8D. Windows color (decimal): -4552906 or 3573690. OLE color: 3573690.

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

Color convert

RGB 186 135 54 -
CMYK 0 0.27 0.71 0.27
HSL 36.82º 0.55% 0.47% -
HSV(B) 36.82º 0.71% 0.73% -
XYZ 29.58 28.03 7.34 -
YUV 141.02 78.9 160.09 -
System Red Green Blue C M Y K H S L
Decimal 186 135 54 0 0.27 0.71 0.27 36.82 0.55 0.47
Hex BA 87 36 0 1B 47 1B 25 37 2F
Octal 272 207 66 0 33 107 33 45 67 57
Binary 10111010 10000111 110110 0 11011 1000111 11011 100101 110111 101111

Color Harmonies of #BA8736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8736

Black with #BA8736

Text Example


Text Example

White with #BA8736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8736; }

 p { color: rgb(186,135,54); }

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

background-color css

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

 a { background-color: rgb(186,135,54); }

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

border-color css

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

 span { border-color: rgb(186,135,54); }

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