#BA8B43

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

Shades of Marigold #BA8B43

Tints of Marigold #BA8B43

Color information

#BA8B43 (or 0xBA8B43) is unknown color: approx Marigold. HEX triplet: BA, 8B and 43. RGB value is (186,139,67). Sum of RGB (Red+Green+Blue) = 186+139+67=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 67 (26.56% from 255 or 17.09% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8B43 is #4574BC. Grayscale: #919191. Windows color (decimal): -4551869 or 4426682. OLE color: 4426682.

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

Color convert

RGB18613967-
CMYK00.250.640.27
HSL36.3º47.04%49.61%-
HSV(B)36.3º63.98%72.94%-
XYZ30.529.319.36-
YUV144.8484.07157.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.45%
GREEN value IS 139 (54.69% from 255) = 35.46%
BLUE value IS 67 (26.56% from 255) = 17.09%
R=47.45%
G=35.46%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861396700.250.640.2736.347.0449.61
HexBA8B43019401B242f32
Octal27221310303110033445762
Binary10111010100010111000011011001100000011011100100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8B43; }

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

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

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

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

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

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

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

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