#BA8A56

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

Shades of Twine #BA8A56

Tints of Twine #BA8A56

Color information

#BA8A56 (or 0xBA8A56) is unknown color: approx Twine. HEX triplet: BA, 8A and 56. RGB value is (186,138,86). Sum of RGB (Red+Green+Blue) = 186+138+86=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 86 (33.98% from 255 or 20.98% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8A56 is #4575A9. Grayscale: #929292. Windows color (decimal): -4552106 or 5671610. OLE color: 5671610.

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

Color convert

RGB18613886-
CMYK00.260.540.27
HSL31.2º42.02%53.33%-
HSV(B)31.2º53.76%72.94%-
XYZ31.0229.2912.82-
YUV146.4293.9156.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.37%
GREEN value IS 138 (54.30% from 255) = 33.66%
BLUE value IS 86 (33.98% from 255) = 20.98%
R=45.37%
G=33.66%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861388600.260.540.2731.242.0253.33
HexBA8A5601A361B1f2a35
Octal2722121260326633375265
Binary101110101000101010101100110101101101101111111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8A56; }

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

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

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

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

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

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

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

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