#BA863B

Color #BA863B Marigold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Marigold #BA863B

Tints of Marigold #BA863B

Color information

#BA863B (or 0xBA863B) is unknown color: approx 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

RGB18613459-
CMYK00.280.680.27
HSL35.43º51.84%48.04%-
HSV(B)35.43º68.28%72.94%-
XYZ29.5627.817.95-
YUV14181.73160.1-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861345900.280.680.2735.4351.8448.04
HexBA863B01C441B233430
Octal2722067303410433436460
Binary1011101010000110111011011100100010011011100011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA863B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>