#BA8443

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

Shades of Marigold #BA8443

Tints of Marigold #BA8443

Color information

#BA8443 (or 0xBA8443) is unknown color: approx Marigold. HEX triplet: BA, 84 and 43. RGB value is (186,132,67). Sum of RGB (Red+Green+Blue) = 186+132+67=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 67 (26.56% from 255 or 17.40% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8443 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8443 is #457BBC. Grayscale: #8D8D8D. Windows color (decimal): -4553661 or 4424890. OLE color: 4424890.

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

Color convert

RGB18613267-
CMYK00.290.640.27
HSL32.77º47.04%49.61%-
HSV(B)32.77º63.98%72.94%-
XYZ29.5127.359.03-
YUV140.7486.39160.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.31%
GREEN value IS 132 (51.95% from 255) = 34.29%
BLUE value IS 67 (26.56% from 255) = 17.40%
R=48.31%
G=34.29%
B=17.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861326700.290.640.2732.7747.0449.61
HexBA844301D401B212f32
Octal27220410303510033415762
Binary10111010100001001000011011101100000011011100001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8443; }

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

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

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

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

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

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

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

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