Html Css Color HEX #BA8C3C Marigold

📋 copy color: '#BA8C3C'

red 186 ◦ green 140 ◦ blue 60

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

Shades of Marigold #BA8C3C

Tints of Marigold #BA8C3C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.27%

 BLUE value IS 60 (23.83% from 255) = 15.54%

R = 48.19%
G = 36.27%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA8C3C (or 0xBA8C3C) is known color: Marigold. HEX triplet: BA, 8C and 3C. RGB value is (186,140,60). Sum of RGB (Red+Green+Blue) = 186+140+60=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 60 (23.83% from 255 or 15.54% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8C3C is #4573C3. Grayscale: #909090. Windows color (decimal): -4551620 or 3968186. OLE color: 3968186.

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

Color convert

RGB 186 140 60 -
CMYK 0 0.25 0.68 0.27
HSL 38.1º 0.51% 0.48% -
HSV(B) 38.1º 0.68% 0.73% -
XYZ 30.44 29.52 8.37 -
YUV 144.63 80.24 157.5 -
System Red Green Blue C M Y K H S L
Decimal 186 140 60 0 0.25 0.68 0.27 38.1 0.51 0.48
Hex BA 8C 3C 0 19 44 1B 26 33 30
Octal 272 214 74 0 31 104 33 46 63 60
Binary 10111010 10001100 111100 0 11001 1000100 11011 100110 110011 110000

Color Harmonies of #BA8C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8C3C

Black with #BA8C3C

Text Example


Text Example

White with #BA8C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8C3C; }

 p { color: rgb(186,140,60); }

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

background-color css

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

 a { background-color: rgb(186,140,60); }

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

border-color css

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

 span { border-color: rgb(186,140,60); }

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