Html Css Color HEX #BA8A3E Marigold

📋 copy color: '#BA8A3E'

red 186 ◦ green 138 ◦ blue 62

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

Shades of Marigold #BA8A3E

Tints of Marigold #BA8A3E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.75%

 BLUE value IS 62 (24.61% from 255) = 16.06%

R = 48.19%
G = 35.75%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA8A3E (or 0xBA8A3E) is known color: Marigold. HEX triplet: BA, 8A and 3E. RGB value is (186,138,62). Sum of RGB (Red+Green+Blue) = 186+138+62=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 62 (24.61% from 255 or 16.06% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8A3E is #4575C1. Grayscale: #909090. Windows color (decimal): -4552130 or 4098746. OLE color: 4098746.

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

Color convert

RGB 186 138 62 -
CMYK 0 0.26 0.67 0.27
HSL 36.77º 0.5% 0.49% -
HSV(B) 36.77º 0.67% 0.73% -
XYZ 30.21 28.96 8.56 -
YUV 143.69 81.9 158.18 -
System Red Green Blue C M Y K H S L
Decimal 186 138 62 0 0.26 0.67 0.27 36.77 0.5 0.49
Hex BA 8A 3E 0 1A 43 1B 25 32 31
Octal 272 212 76 0 32 103 33 45 62 61
Binary 10111010 10001010 111110 0 11010 1000011 11011 100101 110010 110001

Color Harmonies of #BA8A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8A3E

Black with #BA8A3E

Text Example


Text Example

White with #BA8A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8A3E; }

 p { color: rgb(186,138,62); }

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

background-color css

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

 a { background-color: rgb(186,138,62); }

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

border-color css

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

 span { border-color: rgb(186,138,62); }

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