Html Css Color HEX #BA873C Marigold

📋 copy color: '#BA873C'

red 186 ◦ green 135 ◦ blue 60

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

Shades of Marigold #BA873C

Tints of Marigold #BA873C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.43%

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

R = 48.82%
G = 35.43%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA873C (or 0xBA873C) is known color: Marigold. HEX triplet: BA, 87 and 3C. RGB value is (186,135,60). Sum of RGB (Red+Green+Blue) = 186+135+60=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 60 (23.83% from 255 or 15.75% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA873C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA873C is #4578C3. Grayscale: #8E8E8E. Windows color (decimal): -4552900 or 3966906. OLE color: 3966906.

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

Color convert

RGB 186 135 60 -
CMYK 0 0.27 0.68 0.27
HSL 35.71º 0.51% 0.48% -
HSV(B) 35.71º 0.68% 0.73% -
XYZ 29.73 28.09 8.13 -
YUV 141.7 81.9 159.6 -
System Red Green Blue C M Y K H S L
Decimal 186 135 60 0 0.27 0.68 0.27 35.71 0.51 0.48
Hex BA 87 3C 0 1B 44 1B 24 33 30
Octal 272 207 74 0 33 104 33 44 63 60
Binary 10111010 10000111 111100 0 11011 1000100 11011 100100 110011 110000

Color Harmonies of #BA873C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA873C

Black with #BA873C

Text Example


Text Example

White with #BA873C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA873C; }

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

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

background-color css

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

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

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

border-color css

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

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

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