Html Css Color HEX #BA8139 Marigold

📋 copy color: '#BA8139'

red 186 ◦ green 129 ◦ blue 57

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

Shades of Marigold #BA8139

Tints of Marigold #BA8139

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.68%

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

R = 50%
G = 34.68%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA8139 (or 0xBA8139) is known color: Marigold. HEX triplet: BA, 81 and 39. RGB value is (186,129,57). Sum of RGB (Red+Green+Blue) = 186+129+57=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 57 (22.66% from 255 or 15.32% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8139 is #457EC6. Grayscale: #8A8A8A. Windows color (decimal): -4554439 or 3768762. OLE color: 3768762.

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

Color convert

RGB 186 129 57 -
CMYK 0 0.31 0.69 0.27
HSL 33.49º 0.53% 0.48% -
HSV(B) 33.49º 0.69% 0.73% -
XYZ 28.84 26.44 7.45 -
YUV 137.84 82.38 162.35 -
System Red Green Blue C M Y K H S L
Decimal 186 129 57 0 0.31 0.69 0.27 33.49 0.53 0.48
Hex BA 81 39 0 1F 45 1B 21 35 30
Octal 272 201 71 0 37 105 33 41 65 60
Binary 10111010 10000001 111001 0 11111 1000101 11011 100001 110101 110000

Color Harmonies of #BA8139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8139

Black with #BA8139

Text Example


Text Example

White with #BA8139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8139; }

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

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

background-color css

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

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

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

border-color css

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

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

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