#BA7F56

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

Shades of Twine #BA7F56

Tints of Twine #BA7F56

Color information

#BA7F56 (or 0xBA7F56) is unknown color: approx Twine. HEX triplet: BA, 7F and 56. RGB value is (186,127,86). Sum of RGB (Red+Green+Blue) = 186+127+86=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 86 (33.98% from 255 or 21.55% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7F56 is #4580A9. Grayscale: #8C8C8C. Windows color (decimal): -4554922 or 5668794. OLE color: 5668794.

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

Color convert

RGB18612786-
CMYK00.320.540.27
HSL24.6º42.02%53.33%-
HSV(B)24.6º53.76%72.94%-
XYZ29.5226.2912.32-
YUV139.9797.55160.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.62%
GREEN value IS 127 (50% from 255) = 31.83%
BLUE value IS 86 (33.98% from 255) = 21.55%
R=46.62%
G=31.83%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861278600.320.540.2724.642.0253.33
HexBA7F56020361B192a35
Octal2721771260406633315265
Binary101110101111111101011001000001101101101111001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7F56; }

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

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

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

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

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

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

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

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