Html Css Color HEX #BA863B Marigold

📋 copy color: '#BA863B'

red 186 ◦ green 134 ◦ blue 59

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

Shades of Marigold #BA863B

Tints of Marigold #BA863B

RGB

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

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

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

R = 49.08%
G = 35.36%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA863B (or 0xBA863B) is known color: Marigold. HEX triplet: BA, 86 and 3B. RGB value is (186,134,59). Sum of RGB (Red+Green+Blue) = 186+134+59=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 59 (23.44% from 255 or 15.57% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA863B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA863B is #4579C4. Grayscale: #8D8D8D. Windows color (decimal): -4553157 or 3901114. OLE color: 3901114.

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

Color convert

RGB 186 134 59 -
CMYK 0 0.28 0.68 0.27
HSL 35.43º 0.52% 0.48% -
HSV(B) 35.43º 0.68% 0.73% -
XYZ 29.56 27.81 7.95 -
YUV 141 81.73 160.1 -
System Red Green Blue C M Y K H S L
Decimal 186 134 59 0 0.28 0.68 0.27 35.43 0.52 0.48
Hex BA 86 3B 0 1C 44 1B 23 34 30
Octal 272 206 73 0 34 104 33 43 64 60
Binary 10111010 10000110 111011 0 11100 1000100 11011 100011 110100 110000

Color Harmonies of #BA863B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA863B

Black with #BA863B

Text Example


Text Example

White with #BA863B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA863B; }

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

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

background-color css

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

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

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

border-color css

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

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

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