#BA8D5A

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

Shades of Twine #BA8D5A

Tints of Twine #BA8D5A

Color information

#BA8D5A (or 0xBA8D5A) is unknown color: approx Twine. HEX triplet: BA, 8D and 5A. RGB value is (186,141,90). Sum of RGB (Red+Green+Blue) = 186+141+90=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 90 (35.55% from 255 or 21.58% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8D5A is #4572A5. Grayscale: #949494. Windows color (decimal): -4551334 or 5934522. OLE color: 5934522.

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

Color convert

RGB18614190-
CMYK00.240.520.27
HSL31.88º41.03%54.12%-
HSV(B)31.88º51.61%72.94%-
XYZ31.6230.2313.84-
YUV148.6494.91154.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.60%
GREEN value IS 141 (55.47% from 255) = 33.81%
BLUE value IS 90 (35.55% from 255) = 21.58%
R=44.60%
G=33.81%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861419000.240.520.2731.8841.0354.12
HexBA8D5A018341B202936
Octal2722151320306433405166
Binary1011101010001101101101001100011010011011100000101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8D5A; }

 p { color: rgb(186,141,90); }

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

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

 a { background-color: rgb(186,141,90); }

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

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

 span { border-color: rgb(186,141,90); }

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