#BA8A5E

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

Shades of Twine #BA8A5E

Tints of Twine #BA8A5E

Color information

#BA8A5E (or 0xBA8A5E) is unknown color: approx Twine. HEX triplet: BA, 8A and 5E. RGB value is (186,138,94). Sum of RGB (Red+Green+Blue) = 186+138+94=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8A5E is #4575A1. Grayscale: #939393. Windows color (decimal): -4552098 or 6195898. OLE color: 6195898.

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

Color convert

RGB18613894-
CMYK00.260.490.27
HSL28.7º40%54.9%-
HSV(B)28.7º49.46%72.94%-
XYZ31.3629.4214.62-
YUV147.3497.9155.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.50%
GREEN value IS 138 (54.30% from 255) = 33.01%
BLUE value IS 94 (37.11% from 255) = 22.49%
R=44.50%
G=33.01%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861389400.260.490.2728.74054.9
HexBA8A5E01A311B1d2837
Octal2722121360326133355067
Binary101110101000101010111100110101100011101111101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8A5E; }

 p { color: rgb(186,138,94); }

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

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

 a { background-color: rgb(186,138,94); }

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

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

 span { border-color: rgb(186,138,94); }

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