Html Css Color HEX #BA853C Marigold

📋 copy color: '#BA853C'

red 186 ◦ green 133 ◦ blue 60

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

Shades of Marigold #BA853C

Tints of Marigold #BA853C

RGB

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

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

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

R = 49.08%
G = 35.09%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA853C (or 0xBA853C) is known color: Marigold. HEX triplet: BA, 85 and 3C. RGB value is (186,133,60). Sum of RGB (Red+Green+Blue) = 186+133+60=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 60 (23.83% from 255 or 15.83% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA853C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA853C is #457AC3. Grayscale: #8C8C8C. Windows color (decimal): -4553412 or 3966394. OLE color: 3966394.

HSL color Cylindrical-coordinate representation of color #BA853C: hue angle of 34.76º 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 #BA853C is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 133 60 -
CMYK 0 0.28 0.68 0.27
HSL 34.76º 0.51% 0.48% -
HSV(B) 34.76º 0.68% 0.73% -
XYZ 29.45 27.54 8.04 -
YUV 140.53 82.56 160.44 -
System Red Green Blue C M Y K H S L
Decimal 186 133 60 0 0.28 0.68 0.27 34.76 0.51 0.48
Hex BA 85 3C 0 1C 44 1B 23 33 30
Octal 272 205 74 0 34 104 33 43 63 60
Binary 10111010 10000101 111100 0 11100 1000100 11011 100011 110011 110000

Color Harmonies of #BA853C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA853C

Black with #BA853C

Text Example


Text Example

White with #BA853C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA853C; }

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

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

background-color css

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

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

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

border-color css

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

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

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