#BA9055

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

Shades of Twine #BA9055

Tints of Twine #BA9055

Color information

#BA9055 (or 0xBA9055) is unknown color: approx Twine. HEX triplet: BA, 90 and 55. RGB value is (186,144,85). Sum of RGB (Red+Green+Blue) = 186+144+85=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 85 (33.59% from 255 or 20.48% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9055 is #456FAA. Grayscale: #969696. Windows color (decimal): -4550571 or 5607610. OLE color: 5607610.

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

Color convert

RGB18614485-
CMYK00.230.540.27
HSL35.05º42.26%53.14%-
HSV(B)35.05º54.3%72.94%-
XYZ31.8631.0412.91-
YUV149.8391.41153.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.82%
GREEN value IS 144 (56.64% from 255) = 34.70%
BLUE value IS 85 (33.59% from 255) = 20.48%
R=44.82%
G=34.70%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861448500.230.540.2735.0542.2653.14
HexBA9055017361B232a35
Octal2722201250276633435265
Binary1011101010010000101010101011111011011011100011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9055; }

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

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

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

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

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

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

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

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