Html Css Color HEX #BA8846 Marigold

📋 copy color: '#BA8846'

red 186 ◦ green 136 ◦ blue 70

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

Shades of Marigold #BA8846

Tints of Marigold #BA8846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.86%

R = 47.45%
G = 34.69%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA8846 (or 0xBA8846) is known color: Marigold. HEX triplet: BA, 88 and 46. RGB value is (186,136,70). Sum of RGB (Red+Green+Blue) = 186+136+70=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 70 (27.73% from 255 or 17.86% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8846 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8846 is #4577B9. Grayscale: #8F8F8F. Windows color (decimal): -4552634 or 4622522. OLE color: 4622522.

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

Color convert

RGB 186 136 70 -
CMYK 0 0.27 0.62 0.27
HSL 34.14º 0.46% 0.5% -
HSV(B) 34.14º 0.62% 0.73% -
XYZ 30.16 28.49 9.7 -
YUV 143.43 86.57 158.37 -
System Red Green Blue C M Y K H S L
Decimal 186 136 70 0 0.27 0.62 0.27 34.14 0.46 0.5
Hex BA 88 46 0 1B 3E 1B 22 2E 32
Octal 272 210 106 0 33 76 33 42 56 62
Binary 10111010 10001000 1000110 0 11011 111110 11011 100010 101110 110010

Color Harmonies of #BA8846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8846

Black with #BA8846

Text Example


Text Example

White with #BA8846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8846; }

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

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

background-color css

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

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

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

border-color css

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

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

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