#ba8b3f

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

Shades of Marigold #BA8B3F

Tints of Marigold #BA8B3F

Color information

#BA8B3F (or 0xBA8B3F) is unknown color: approx Marigold. HEX triplet: BA, 8B and 3F. RGB value is (186,139,63). Sum of RGB (Red+Green+Blue) = 186+139+63=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 139 (54.69% from 255 or 35.82% from 388); Blue value is 63 (25% from 255 or 16.24% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8B3F is #4574C0. Grayscale: #909090. Windows color (decimal): -4551873 or 4164538. OLE color: 4164538.

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

Color convert

RGB18613963-
CMYK00.250.660.27
HSL37.07º49.4%48.82%-
HSV(B)37.07º66.13%72.94%-
XYZ30.3829.268.75-
YUV144.3982.07157.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.94%
GREEN value IS 139 (54.69% from 255) = 35.82%
BLUE value IS 63 (25% from 255) = 16.24%
R=47.94%
G=35.82%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861396300.250.660.2737.0749.448.82
HexBA8B3F019421B253131
Octal2722137703110233456161
Binary1011101010001011111111011001100001011011100101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba8b3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba8b3f; }

 p { color: rgb(186,139,63); }

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

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

 a { background-color: rgb(186,139,63); }

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

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

 span { border-color: rgb(186,139,63); }

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