#BA8438

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

Shades of Marigold #BA8438

Tints of Marigold #BA8438

Color information

#BA8438 (or 0xBA8438) is unknown color: approx Marigold. HEX triplet: BA, 84 and 38. RGB value is (186,132,56). Sum of RGB (Red+Green+Blue) = 186+132+56=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 56 (22.27% from 255 or 14.97% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8438 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8438 is #457BC7. Grayscale: #8B8B8B. Windows color (decimal): -4553672 or 3703994. OLE color: 3703994.

HSL color Cylindrical-coordinate representation of color #BA8438: hue angle of 35.08º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA8438 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB18613256-
CMYK00.290.700.27
HSL35.08º53.72%47.45%-
HSV(B)35.08º69.89%72.94%-
XYZ29.2127.237.46-
YUV139.4880.89161.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.73%
GREEN value IS 132 (51.95% from 255) = 35.29%
BLUE value IS 56 (22.27% from 255) = 14.97%
R=49.73%
G=35.29%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861325600.290.700.2735.0853.7247.45
HexBA843801D461B23362f
Octal2722047003510633436657
Binary1011101010000100111000011101100011011011100011110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8438; }

 p { color: rgb(186,132,56); }

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

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

 a { background-color: rgb(186,132,56); }

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

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

 span { border-color: rgb(186,132,56); }

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