Html Css Color HEX #BA8844 Marigold

📋 copy color: '#BA8844'

red 186 ◦ green 136 ◦ blue 68

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

Shades of Marigold #BA8844

Tints of Marigold #BA8844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.44%

R = 47.69%
G = 34.87%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA8844 (or 0xBA8844) is known color: Marigold. HEX triplet: BA, 88 and 44. RGB value is (186,136,68). Sum of RGB (Red+Green+Blue) = 186+136+68=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 68 (26.95% from 255 or 17.44% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8844 is #4577BB. Grayscale: #8F8F8F. Windows color (decimal): -4552636 or 4491450. OLE color: 4491450.

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

Color convert

RGB 186 136 68 -
CMYK 0 0.27 0.63 0.27
HSL 34.58º 0.46% 0.5% -
HSV(B) 34.58º 0.63% 0.73% -
XYZ 30.1 28.46 9.38 -
YUV 143.2 85.57 158.53 -
System Red Green Blue C M Y K H S L
Decimal 186 136 68 0 0.27 0.63 0.27 34.58 0.46 0.5
Hex BA 88 44 0 1B 3F 1B 23 2E 32
Octal 272 210 104 0 33 77 33 43 56 62
Binary 10111010 10001000 1000100 0 11011 111111 11011 100011 101110 110010

Color Harmonies of #BA8844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8844

Black with #BA8844

Text Example


Text Example

White with #BA8844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8844; }

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

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

background-color css

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

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

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

border-color css

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

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

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