Html Css Color HEX #BA8A3F Marigold

📋 copy color: '#BA8A3F'

red 186 ◦ green 138 ◦ blue 63

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

Shades of Marigold #BA8A3F

Tints of Marigold #BA8A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.28%

R = 48.06%
G = 35.66%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA8A3F (or 0xBA8A3F) is known color: Marigold. HEX triplet: BA, 8A and 3F. RGB value is (186,138,63). Sum of RGB (Red+Green+Blue) = 186+138+63=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 63 (25% from 255 or 16.28% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8A3F is #4575C0. Grayscale: #909090. Windows color (decimal): -4552129 or 4164282. OLE color: 4164282.

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

Color convert

RGB 186 138 63 -
CMYK 0 0.26 0.66 0.27
HSL 36.59º 0.49% 0.49% -
HSV(B) 36.59º 0.66% 0.73% -
XYZ 30.24 28.97 8.7 -
YUV 143.8 82.4 158.1 -
System Red Green Blue C M Y K H S L
Decimal 186 138 63 0 0.26 0.66 0.27 36.59 0.49 0.49
Hex BA 8A 3F 0 1A 42 1B 25 31 31
Octal 272 212 77 0 32 102 33 45 61 61
Binary 10111010 10001010 111111 0 11010 1000010 11011 100101 110001 110001

Color Harmonies of #BA8A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8A3F

Black with #BA8A3F

Text Example


Text Example

White with #BA8A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8A3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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