Html Css Color HEX #BA8D3D Marigold

📋 copy color: '#BA8D3D'

red 186 ◦ green 141 ◦ blue 61

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

Shades of Marigold #BA8D3D

Tints of Marigold #BA8D3D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.34%

 BLUE value IS 61 (24.22% from 255) = 15.72%

R = 47.94%
G = 36.34%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA8D3D (or 0xBA8D3D) is known color: Marigold. HEX triplet: BA, 8D and 3D. RGB value is (186,141,61). Sum of RGB (Red+Green+Blue) = 186+141+61=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 61 (24.22% from 255 or 15.72% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8D3D is #4572C2. Grayscale: #919191. Windows color (decimal): -4551363 or 4033978. OLE color: 4033978.

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

Color convert

RGB 186 141 61 -
CMYK 0 0.24 0.67 0.27
HSL 38.4º 0.51% 0.48% -
HSV(B) 38.4º 0.67% 0.73% -
XYZ 30.62 29.83 8.56 -
YUV 145.34 80.41 157 -
System Red Green Blue C M Y K H S L
Decimal 186 141 61 0 0.24 0.67 0.27 38.4 0.51 0.48
Hex BA 8D 3D 0 18 43 1B 26 33 30
Octal 272 215 75 0 30 103 33 46 63 60
Binary 10111010 10001101 111101 0 11000 1000011 11011 100110 110011 110000

Color Harmonies of #BA8D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8D3D

Black with #BA8D3D

Text Example


Text Example

White with #BA8D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8D3D; }

 p { color: rgb(186,141,61); }

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

background-color css

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

 a { background-color: rgb(186,141,61); }

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

border-color css

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

 span { border-color: rgb(186,141,61); }

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