Html Css Color HEX #BA8943 Marigold

📋 copy color: '#BA8943'

red 186 ◦ green 137 ◦ blue 67

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

Shades of Marigold #BA8943

Tints of Marigold #BA8943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.18%

R = 47.69%
G = 35.13%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BA8943 (or 0xBA8943) is known color: Marigold. HEX triplet: BA, 89 and 43. RGB value is (186,137,67). Sum of RGB (Red+Green+Blue) = 186+137+67=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 67 (26.56% from 255 or 17.18% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8943 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8943 is #4576BC. Grayscale: #909090. Windows color (decimal): -4552381 or 4426170. OLE color: 4426170.

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

Color convert

RGB 186 137 67 -
CMYK 0 0.26 0.64 0.27
HSL 35.29º 0.47% 0.5% -
HSV(B) 35.29º 0.64% 0.73% -
XYZ 30.21 28.74 9.26 -
YUV 143.67 84.73 158.19 -
System Red Green Blue C M Y K H S L
Decimal 186 137 67 0 0.26 0.64 0.27 35.29 0.47 0.5
Hex BA 89 43 0 1A 40 1B 23 2F 32
Octal 272 211 103 0 32 100 33 43 57 62
Binary 10111010 10001001 1000011 0 11010 1000000 11011 100011 101111 110010

Color Harmonies of #BA8943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8943

Black with #BA8943

Text Example


Text Example

White with #BA8943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8943; }

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

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

background-color css

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

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

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

border-color css

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

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

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