Html Css Color HEX #BA8548 Marigold

📋 copy color: '#BA8548'

red 186 ◦ green 133 ◦ blue 72

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

Shades of Marigold #BA8548

Tints of Marigold #BA8548

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.02%

 BLUE value IS 72 (28.52% from 255) = 18.41%

R = 47.57%
G = 34.02%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA8548 (or 0xBA8548) is known color: Marigold. HEX triplet: BA, 85 and 48. RGB value is (186,133,72). Sum of RGB (Red+Green+Blue) = 186+133+72=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8548 is #457AB7. Grayscale: #8E8E8E. Windows color (decimal): -4553400 or 4752826. OLE color: 4752826.

HSL color Cylindrical-coordinate representation of color #BA8548: hue angle of 32.11º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA8548 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 133 72 -
CMYK 0 0.28 0.61 0.27
HSL 32.11º 0.45% 0.51% -
HSV(B) 32.11º 0.61% 0.73% -
XYZ 29.81 27.68 9.9 -
YUV 141.89 88.56 159.46 -
System Red Green Blue C M Y K H S L
Decimal 186 133 72 0 0.28 0.61 0.27 32.11 0.45 0.51
Hex BA 85 48 0 1C 3D 1B 20 2D 33
Octal 272 205 110 0 34 75 33 40 55 63
Binary 10111010 10000101 1001000 0 11100 111101 11011 100000 101101 110011

Color Harmonies of #BA8548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8548

Black with #BA8548

Text Example


Text Example

White with #BA8548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8548; }

 p { color: rgb(186,133,72); }

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

background-color css

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

 a { background-color: rgb(186,133,72); }

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

border-color css

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

 span { border-color: rgb(186,133,72); }

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