Html Css Color HEX #BA8639 Marigold

📋 copy color: '#BA8639'

red 186 ◦ green 134 ◦ blue 57

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

Shades of Marigold #BA8639

Tints of Marigold #BA8639

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.54%

 BLUE value IS 57 (22.66% from 255) = 15.12%

R = 49.34%
G = 35.54%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA8639 (or 0xBA8639) is known color: Marigold. HEX triplet: BA, 86 and 39. RGB value is (186,134,57). Sum of RGB (Red+Green+Blue) = 186+134+57=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 57 (22.66% from 255 or 15.12% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8639 is #4579C6. Grayscale: #8D8D8D. Windows color (decimal): -4553159 or 3770042. OLE color: 3770042.

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

Color convert

RGB 186 134 57 -
CMYK 0 0.28 0.69 0.27
HSL 35.81º 0.53% 0.48% -
HSV(B) 35.81º 0.69% 0.73% -
XYZ 29.51 27.78 7.68 -
YUV 140.77 80.73 160.26 -
System Red Green Blue C M Y K H S L
Decimal 186 134 57 0 0.28 0.69 0.27 35.81 0.53 0.48
Hex BA 86 39 0 1C 45 1B 24 35 30
Octal 272 206 71 0 34 105 33 44 65 60
Binary 10111010 10000110 111001 0 11100 1000101 11011 100100 110101 110000

Color Harmonies of #BA8639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8639

Black with #BA8639

Text Example


Text Example

White with #BA8639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8639; }

 p { color: rgb(186,134,57); }

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

background-color css

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

 a { background-color: rgb(186,134,57); }

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

border-color css

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

 span { border-color: rgb(186,134,57); }

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