#BA903F

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

Shades of Marigold #BA903F

Tints of Marigold #BA903F

Color information

#BA903F (or 0xBA903F) is unknown color: approx Marigold. HEX triplet: BA, 90 and 3F. RGB value is (186,144,63). Sum of RGB (Red+Green+Blue) = 186+144+63=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 63 (25% from 255 or 16.03% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA903F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA903F is #456FC0. Grayscale: #939393. Windows color (decimal): -4550593 or 4165818. OLE color: 4165818.

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

Color convert

RGB18614463-
CMYK00.230.660.27
HSL39.51º49.4%48.82%-
HSV(B)39.51º66.13%72.94%-
XYZ31.1230.749-
YUV147.3280.41155.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.33%
GREEN value IS 144 (56.64% from 255) = 36.64%
BLUE value IS 63 (25% from 255) = 16.03%
R=47.33%
G=36.64%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861446300.230.660.2739.5149.448.82
HexBA903F017421B283131
Octal2722207702710233506161
Binary1011101010010000111111010111100001011011101000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA903F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA903F; }

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

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

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

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

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

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

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

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