#BA843E

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

Shades of Marigold #BA843E

Tints of Marigold #BA843E

Color information

#BA843E (or 0xBA843E) is unknown color: approx Marigold. HEX triplet: BA, 84 and 3E. RGB value is (186,132,62). Sum of RGB (Red+Green+Blue) = 186+132+62=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 62 (24.61% from 255 or 16.32% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA843E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA843E is #457BC1. Grayscale: #8C8C8C. Windows color (decimal): -4553666 or 4097210. OLE color: 4097210.

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

Color convert

RGB18613262-
CMYK00.290.670.27
HSL33.87º50%48.63%-
HSV(B)33.87º66.67%72.94%-
XYZ29.3727.298.28-
YUV140.1783.89160.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.95%
GREEN value IS 132 (51.95% from 255) = 34.74%
BLUE value IS 62 (24.61% from 255) = 16.32%
R=48.95%
G=34.74%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861326200.290.670.2733.875048.63
HexBA843E01D431B223231
Octal2722047603510333426261
Binary1011101010000100111110011101100001111011100010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA843E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA843E; }

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

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

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

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

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

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

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

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