Html Css Color HEX #BA863F Marigold

📋 copy color: '#BA863F'

red 186 ◦ green 134 ◦ blue 63

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

Shades of Marigold #BA863F

Tints of Marigold #BA863F

RGB

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

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

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

R = 48.56%
G = 34.99%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA863F (or 0xBA863F) is known color: Marigold. HEX triplet: BA, 86 and 3F. RGB value is (186,134,63). Sum of RGB (Red+Green+Blue) = 186+134+63=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA863F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA863F is #4579C0. Grayscale: #8D8D8D. Windows color (decimal): -4553153 or 4163258. OLE color: 4163258.

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

Color convert

RGB 186 134 63 -
CMYK 0 0.28 0.66 0.27
HSL 34.63º 0.49% 0.49% -
HSV(B) 34.63º 0.66% 0.73% -
XYZ 29.67 27.85 8.51 -
YUV 141.45 83.73 159.77 -
System Red Green Blue C M Y K H S L
Decimal 186 134 63 0 0.28 0.66 0.27 34.63 0.49 0.49
Hex BA 86 3F 0 1C 42 1B 23 31 31
Octal 272 206 77 0 34 102 33 43 61 61
Binary 10111010 10000110 111111 0 11100 1000010 11011 100011 110001 110001

Color Harmonies of #BA863F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA863F

Black with #BA863F

Text Example


Text Example

White with #BA863F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA863F; }

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

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

background-color css

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

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

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

border-color css

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

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

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