Html Css Color HEX #BA9040 Marigold

📋 copy color: '#BA9040'

red 186 ◦ green 144 ◦ blue 64

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

Shades of Marigold #BA9040

Tints of Marigold #BA9040

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.55%

 BLUE value IS 64 (25.39% from 255) = 16.24%

R = 47.21%
G = 36.55%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA9040 (or 0xBA9040) is known color: Marigold. HEX triplet: BA, 90 and 40. RGB value is (186,144,64). Sum of RGB (Red+Green+Blue) = 186+144+64=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9040 is #456FBF. Grayscale: #939393. Windows color (decimal): -4550592 or 4231354. OLE color: 4231354.

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

Color convert

RGB 186 144 64 -
CMYK 0 0.23 0.66 0.27
HSL 39.34º 0.49% 0.49% -
HSV(B) 39.34º 0.66% 0.73% -
XYZ 31.15 30.76 9.15 -
YUV 147.44 80.91 155.5 -
System Red Green Blue C M Y K H S L
Decimal 186 144 64 0 0.23 0.66 0.27 39.34 0.49 0.49
Hex BA 90 40 0 17 42 1B 27 31 31
Octal 272 220 100 0 27 102 33 47 61 61
Binary 10111010 10010000 1000000 0 10111 1000010 11011 100111 110001 110001

Color Harmonies of #BA9040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9040

Black with #BA9040

Text Example


Text Example

White with #BA9040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9040; }

 p { color: rgb(186,144,64); }

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

background-color css

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

 a { background-color: rgb(186,144,64); }

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

border-color css

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

 span { border-color: rgb(186,144,64); }

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