#BA8743

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

Shades of Marigold #BA8743

Tints of Marigold #BA8743

Color information

#BA8743 (or 0xBA8743) is unknown color: approx Marigold. HEX triplet: BA, 87 and 43. RGB value is (186,135,67). Sum of RGB (Red+Green+Blue) = 186+135+67=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 67 (26.56% from 255 or 17.27% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8743 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8743 is #4578BC. Grayscale: #8E8E8E. Windows color (decimal): -4552893 or 4425658. OLE color: 4425658.

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

Color convert

RGB18613567-
CMYK00.270.640.27
HSL34.29º47.04%49.61%-
HSV(B)34.29º63.98%72.94%-
XYZ29.9328.179.17-
YUV142.585.4159.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.94%
GREEN value IS 135 (53.12% from 255) = 34.79%
BLUE value IS 67 (26.56% from 255) = 17.27%
R=47.94%
G=34.79%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861356700.270.640.2734.2947.0449.61
HexBA874301B401B222f32
Octal27220710303310033425762
Binary10111010100001111000011011011100000011011100010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8743; }

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

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

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

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

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

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

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

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