Html Css Color HEX #BA863A Marigold

📋 copy color: '#BA863A'

red 186 ◦ green 134 ◦ blue 58

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

Shades of Marigold #BA863A

Tints of Marigold #BA863A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.34%

R = 49.21%
G = 35.45%
B = 15.34%

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

#BA863A (or 0xBA863A) is known color: Marigold. HEX triplet: BA, 86 and 3A. RGB value is (186,134,58). Sum of RGB (Red+Green+Blue) = 186+134+58=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA863A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA863A is #4579C5. Grayscale: #8D8D8D. Windows color (decimal): -4553158 or 3835578. OLE color: 3835578.

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

Color convert

RGB 186 134 58 -
CMYK 0 0.28 0.69 0.27
HSL 35.63º 0.52% 0.48% -
HSV(B) 35.63º 0.69% 0.73% -
XYZ 29.54 27.79 7.81 -
YUV 140.88 81.23 160.18 -
System Red Green Blue C M Y K H S L
Decimal 186 134 58 0 0.28 0.69 0.27 35.63 0.52 0.48
Hex BA 86 3A 0 1C 45 1B 24 34 30
Octal 272 206 72 0 34 105 33 44 64 60
Binary 10111010 10000110 111010 0 11100 1000101 11011 100100 110100 110000

Color Harmonies of #BA863A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA863A

Black with #BA863A

Text Example


Text Example

White with #BA863A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA863A; }

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

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

background-color css

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

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

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

border-color css

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

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

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