Html Css Color HEX #BA8840 Marigold

📋 copy color: '#BA8840'

red 186 ◦ green 136 ◦ blue 64

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

Shades of Marigold #BA8840

Tints of Marigold #BA8840

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.23%

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

R = 48.19%
G = 35.23%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA8840 (or 0xBA8840) is known color: Marigold. HEX triplet: BA, 88 and 40. RGB value is (186,136,64). Sum of RGB (Red+Green+Blue) = 186+136+64=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8840 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8840 is #4577BF. Grayscale: #8F8F8F. Windows color (decimal): -4552640 or 4229306. OLE color: 4229306.

HSL color Cylindrical-coordinate representation of color #BA8840: hue angle of 35.41º 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 #BA8840 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 136 64 -
CMYK 0 0.27 0.66 0.27
HSL 35.41º 0.49% 0.49% -
HSV(B) 35.41º 0.66% 0.73% -
XYZ 29.98 28.42 8.76 -
YUV 142.74 83.57 158.85 -
System Red Green Blue C M Y K H S L
Decimal 186 136 64 0 0.27 0.66 0.27 35.41 0.49 0.49
Hex BA 88 40 0 1B 42 1B 23 31 31
Octal 272 210 100 0 33 102 33 43 61 61
Binary 10111010 10001000 1000000 0 11011 1000010 11011 100011 110001 110001

Color Harmonies of #BA8840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8840

Black with #BA8840

Text Example


Text Example

White with #BA8840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8840; }

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

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

background-color css

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

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

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

border-color css

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

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

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