Html Css Color HEX #BA8938 Marigold

📋 copy color: '#BA8938'

red 186 ◦ green 137 ◦ blue 56

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

Shades of Marigold #BA8938

Tints of Marigold #BA8938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.78%

R = 49.08%
G = 36.15%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA8938 (or 0xBA8938) is known color: Marigold. HEX triplet: BA, 89 and 38. RGB value is (186,137,56). Sum of RGB (Red+Green+Blue) = 186+137+56=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 56 (22.27% from 255 or 14.78% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8938 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8938 is #4576C7. Grayscale: #8E8E8E. Windows color (decimal): -4552392 or 3705274. OLE color: 3705274.

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

Color convert

RGB 186 137 56 -
CMYK 0 0.26 0.70 0.27
HSL 37.38º 0.54% 0.47% -
HSV(B) 37.38º 0.7% 0.73% -
XYZ 29.91 28.62 7.69 -
YUV 142.42 79.23 159.09 -
System Red Green Blue C M Y K H S L
Decimal 186 137 56 0 0.26 0.70 0.27 37.38 0.54 0.47
Hex BA 89 38 0 1A 46 1B 25 36 2F
Octal 272 211 70 0 32 106 33 45 66 57
Binary 10111010 10001001 111000 0 11010 1000110 11011 100101 110110 101111

Color Harmonies of #BA8938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8938

Black with #BA8938

Text Example


Text Example

White with #BA8938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8938; }

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

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

background-color css

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

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

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

border-color css

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

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

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