#BA9155

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

Shades of Twine #BA9155

Tints of Twine #BA9155

Color information

#BA9155 (or 0xBA9155) is unknown color: approx Twine. HEX triplet: BA, 91 and 55. RGB value is (186,145,85). Sum of RGB (Red+Green+Blue) = 186+145+85=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 85 (33.59% from 255 or 20.43% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9155 is #456EAA. Grayscale: #969696. Windows color (decimal): -4550315 or 5607866. OLE color: 5607866.

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

Color convert

RGB18614585-
CMYK00.220.540.27
HSL35.64º42.26%53.14%-
HSV(B)35.64º54.3%72.94%-
XYZ32.0131.3512.96-
YUV150.4291.08153.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.71%
GREEN value IS 145 (57.03% from 255) = 34.86%
BLUE value IS 85 (33.59% from 255) = 20.43%
R=44.71%
G=34.86%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861458500.220.540.2735.6442.2653.14
HexBA9155016361B242a35
Octal2722211250266633445265
Binary1011101010010001101010101011011011011011100100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9155; }

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

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

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

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

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

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

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

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