Html Css Color HEX #BA8942 Marigold

📋 copy color: '#BA8942'

red 186 ◦ green 137 ◦ blue 66

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

Shades of Marigold #BA8942

Tints of Marigold #BA8942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.97%

R = 47.81%
G = 35.22%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA8942 (or 0xBA8942) is known color: Marigold. HEX triplet: BA, 89 and 42. RGB value is (186,137,66). Sum of RGB (Red+Green+Blue) = 186+137+66=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 66 (26.17% from 255 or 16.97% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8942 is #4576BD. Grayscale: #8F8F8F. Windows color (decimal): -4552382 or 4360634. OLE color: 4360634.

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

Color convert

RGB 186 137 66 -
CMYK 0 0.26 0.65 0.27
HSL 35.5º 0.48% 0.49% -
HSV(B) 35.5º 0.65% 0.73% -
XYZ 30.18 28.72 9.11 -
YUV 143.56 84.23 158.27 -
System Red Green Blue C M Y K H S L
Decimal 186 137 66 0 0.26 0.65 0.27 35.5 0.48 0.49
Hex BA 89 42 0 1A 41 1B 24 30 31
Octal 272 211 102 0 32 101 33 44 60 61
Binary 10111010 10001001 1000010 0 11010 1000001 11011 100100 110000 110001

Color Harmonies of #BA8942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8942

Black with #BA8942

Text Example


Text Example

White with #BA8942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8942; }

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

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

background-color css

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

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

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

border-color css

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

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

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