#BA893E

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

Shades of Marigold #BA893E

Tints of Marigold #BA893E

Color information

#BA893E (or 0xBA893E) is unknown color: approx Marigold. HEX triplet: BA, 89 and 3E. RGB value is (186,137,62). Sum of RGB (Red+Green+Blue) = 186+137+62=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 62 (24.61% from 255 or 16.10% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA893E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA893E is #4576C1. Grayscale: #8F8F8F. Windows color (decimal): -4552386 or 4098490. OLE color: 4098490.

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

Color convert

RGB18613762-
CMYK00.260.670.27
HSL36.29º50%48.63%-
HSV(B)36.29º66.67%72.94%-
XYZ30.0628.688.51-
YUV143.182.23158.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.31%
GREEN value IS 137 (53.91% from 255) = 35.58%
BLUE value IS 62 (24.61% from 255) = 16.10%
R=48.31%
G=35.58%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861376200.260.670.2736.295048.63
HexBA893E01A431B243231
Octal2722117603210333446261
Binary1011101010001001111110011010100001111011100100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA893E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA893E; }

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

 H1.HeaderClassName
 {
   color: #BA893E;
 }
 .AnyTagClassName
 {
   color: #BA893E;
 }
</style>
background-color css

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

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

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

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

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

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