Html Css Color HEX #BA893F Marigold

📋 copy color: '#BA893F'

red 186 ◦ green 137 ◦ blue 63

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

Shades of Marigold #BA893F

Tints of Marigold #BA893F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.32%

R = 48.19%
G = 35.49%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA893F (or 0xBA893F) is known color: Marigold. HEX triplet: BA, 89 and 3F. RGB value is (186,137,63). Sum of RGB (Red+Green+Blue) = 186+137+63=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA893F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA893F is #4576C0. Grayscale: #8F8F8F. Windows color (decimal): -4552385 or 4164026. OLE color: 4164026.

HSL color Cylindrical-coordinate representation of color #BA893F: hue angle of 36.1º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA893F is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 137 63 -
CMYK 0 0.26 0.66 0.27
HSL 36.1º 0.49% 0.49% -
HSV(B) 36.1º 0.66% 0.73% -
XYZ 30.09 28.69 8.65 -
YUV 143.22 82.73 158.52 -
System Red Green Blue C M Y K H S L
Decimal 186 137 63 0 0.26 0.66 0.27 36.1 0.49 0.49
Hex BA 89 3F 0 1A 42 1B 24 31 31
Octal 272 211 77 0 32 102 33 44 61 61
Binary 10111010 10001001 111111 0 11010 1000010 11011 100100 110001 110001

Color Harmonies of #BA893F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA893F

Black with #BA893F

Text Example


Text Example

White with #BA893F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA893F; }

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

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

background-color css

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

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

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

border-color css

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

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

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