Html Css Color HEX #BA893B Marigold

📋 copy color: '#BA893B'

red 186 ◦ green 137 ◦ blue 59

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

Shades of Marigold #BA893B

Tints of Marigold #BA893B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.86%

 BLUE value IS 59 (23.44% from 255) = 15.45%

R = 48.69%
G = 35.86%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA893B (or 0xBA893B) is known color: Marigold. HEX triplet: BA, 89 and 3B. RGB value is (186,137,59). Sum of RGB (Red+Green+Blue) = 186+137+59=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 59 (23.44% from 255 or 15.45% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA893B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA893B is #4576C4. Grayscale: #8F8F8F. Windows color (decimal): -4552389 or 3901882. OLE color: 3901882.

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

Color convert

RGB 186 137 59 -
CMYK 0 0.26 0.68 0.27
HSL 36.85º 0.52% 0.48% -
HSV(B) 36.85º 0.68% 0.73% -
XYZ 29.98 28.65 8.09 -
YUV 142.76 80.73 158.84 -
System Red Green Blue C M Y K H S L
Decimal 186 137 59 0 0.26 0.68 0.27 36.85 0.52 0.48
Hex BA 89 3B 0 1A 44 1B 25 34 30
Octal 272 211 73 0 32 104 33 45 64 60
Binary 10111010 10001001 111011 0 11010 1000100 11011 100101 110100 110000

Color Harmonies of #BA893B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA893B

Black with #BA893B

Text Example


Text Example

White with #BA893B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA893B; }

 p { color: rgb(186,137,59); }

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

background-color css

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

 a { background-color: rgb(186,137,59); }

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

border-color css

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

 span { border-color: rgb(186,137,59); }

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