#ba895c

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

Shades of Twine #BA895C

Tints of Twine #BA895C

Color information

#BA895C (or 0xBA895C) is unknown color: approx Twine. HEX triplet: BA, 89 and 5C. RGB value is (186,137,92). Sum of RGB (Red+Green+Blue) = 186+137+92=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA895C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA895C is #4576A3. Grayscale: #929292. Windows color (decimal): -4552356 or 6064570. OLE color: 6064570.

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

Color convert

RGB18613792-
CMYK00.260.510.27
HSL28.72º40.52%54.51%-
HSV(B)28.72º50.54%72.94%-
XYZ31.1329.114.1-
YUV146.5297.23156.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.82%
GREEN value IS 137 (53.91% from 255) = 33.01%
BLUE value IS 92 (36.33% from 255) = 22.17%
R=44.82%
G=33.01%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861379200.260.510.2728.7240.5254.51
HexBA895C01A331B1d2937
Octal2722111340326333355167
Binary101110101000100110111000110101100111101111101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba895c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba895c; }

 p { color: rgb(186,137,92); }

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

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

 a { background-color: rgb(186,137,92); }

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

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

 span { border-color: rgb(186,137,92); }

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