Html Css Color HEX #BA8646 Marigold

📋 copy color: '#BA8646'

red 186 ◦ green 134 ◦ blue 70

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

Shades of Marigold #BA8646

Tints of Marigold #BA8646

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.36%

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

R = 47.69%
G = 34.36%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA8646 (or 0xBA8646) is known color: Marigold. HEX triplet: BA, 86 and 46. RGB value is (186,134,70). Sum of RGB (Red+Green+Blue) = 186+134+70=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8646 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8646 is #4579B9. Grayscale: #8E8E8E. Windows color (decimal): -4553146 or 4622010. OLE color: 4622010.

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

Color convert

RGB 186 134 70 -
CMYK 0 0.28 0.62 0.27
HSL 33.1º 0.46% 0.5% -
HSV(B) 33.1º 0.62% 0.73% -
XYZ 29.88 27.93 9.61 -
YUV 142.25 87.23 159.2 -
System Red Green Blue C M Y K H S L
Decimal 186 134 70 0 0.28 0.62 0.27 33.1 0.46 0.5
Hex BA 86 46 0 1C 3E 1B 21 2E 32
Octal 272 206 106 0 34 76 33 41 56 62
Binary 10111010 10000110 1000110 0 11100 111110 11011 100001 101110 110010

Color Harmonies of #BA8646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8646

Black with #BA8646

Text Example


Text Example

White with #BA8646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8646; }

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

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

background-color css

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

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

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

border-color css

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

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

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