#BA9054

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

Shades of Twine #BA9054

Tints of Twine #BA9054

Color information

#BA9054 (or 0xBA9054) is unknown color: approx Twine. HEX triplet: BA, 90 and 54. RGB value is (186,144,84). Sum of RGB (Red+Green+Blue) = 186+144+84=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 84 (33.20% from 255 or 20.29% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9054 is #456FAB. Grayscale: #969696. Windows color (decimal): -4550572 or 5542074. OLE color: 5542074.

HSL color Cylindrical-coordinate representation of color #BA9054: hue angle of 35.29º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA9054 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB18614484-
CMYK00.230.550.27
HSL35.29º42.5%52.94%-
HSV(B)35.29º54.84%72.94%-
XYZ31.8231.0312.7-
YUV149.7290.91153.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.93%
GREEN value IS 144 (56.64% from 255) = 34.78%
BLUE value IS 84 (33.20% from 255) = 20.29%
R=44.93%
G=34.78%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861448400.230.550.2735.2942.552.94
HexBA9054017371B232a35
Octal2722201240276733435265
Binary1011101010010000101010001011111011111011100011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9054; }

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

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

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

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

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

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

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

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